24 lines
746 B
HTML
24 lines
746 B
HTML
|
<HTML>
|
||
|
<head>
|
||
|
<link rel = "stylesheet" href = "mainpage.css">
|
||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
|
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
|
||
|
<script src = "titlePageLoadAnim.js" defer></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1 id = "title">
|
||
|
Atlas_Cosmo
|
||
|
</h1>
|
||
|
<h2>
|
||
|
a game composer
|
||
|
</h2>
|
||
|
<div id = "menu">
|
||
|
<a>my work</a>
|
||
|
|
|
||
|
<a>about me</a>
|
||
|
|
|
||
|
<a>contact me</a>
|
||
|
</div>
|
||
|
</body>
|
||
|
</HTML>
|