13 lines
236 B
HTML
13 lines
236 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Icing</title>
|
|
<link rel="stylesheet" href="style.css"/>
|
|
</head>
|
|
<body>
|
|
<img src="static/logo.webp" alt="Logo">
|
|
<p>Hello, World!</p>
|
|
</body>
|
|
</html>
|