website/src/template.html

17 lines
269 B
HTML
Raw Normal View History

2021-10-04 22:33:59 +02:00
<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><a href="index.html">youngchief btw ツ</a></h1>
<hr />
<footer>
<p><a href=".">Home</a></p>
</footer>
</body>
</html>