mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
17 lines
269 B
HTML
17 lines
269 B
HTML
|
<!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>
|