ColeSite/index.html

24 lines
746 B
HTML
Raw Normal View History

2021-12-24 17:32:52 +00:00
<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>