18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>Hello World</title>
|
|
<link rel="stylesheet" href="css/main.css" />
|
|
<link rel="icon" href="images/favicon.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Hello World</h1>
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html>
|