19 lines
433 B
HTML
19 lines
433 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" href="https://www.icofonts.com/style.css">
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
|
||
|
<body class="theme">
|
||
|
<h1>Hello World! <span class="icon-earth"></span> </h1>
|
||
|
|
||
|
<script src="app.js"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|