26 lines
318 B
HTML
26 lines
318 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>Hello, world!</title>
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
<meta name="description" content="" />
|
|
|
|
<link rel="icon" href="favicon.png">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Hello, world!</h1>
|
|
|
|
</body>
|
|
|
|
</html>
|