initial upload

This commit is contained in:
atlastrinity 2021-12-24 17:32:52 +00:00
commit 7fa5c00b9d
3 changed files with 73 additions and 0 deletions

24
index.html Normal file
View file

@ -0,0 +1,24 @@
<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>