mirror of
https://github.com/G2-Games/website.git
synced 2025-04-19 18:02:54 -05:00
21 lines
379 B
HTML
21 lines
379 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Dangoware</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="navBox">
|
|
<a href="">Page 1</a>
|
|
</div>
|
|
<embed src="dango-icon-text.svg"/>
|
|
<div class="navBox">
|
|
<a href="">Page 2</a>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
|
|
</main>
|
|
</body>
|
|
</html>
|