-
Notifications
You must be signed in to change notification settings - Fork 0
/
sites.html
18 lines (18 loc) · 876 Bytes
/
sites.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html lang="en">
<head>
<link rel="stylesheet" href="src/AquaMain.css">
<meta name="viewport" content="width=device-width, initial-scale=1 "/>
<meta name="description" content="My personal website to display random things">
<meta charset="UTF-8">
<title>Darth-Ness' Website</title>
</head>
<body>
<div id="banner"></div>
<center>
<h2>I am on a large variety of websites, the ones listed here on just the main ones I'm on.</h2>
<a href="https://scratch.mit.edu/users/skymover1239/"><div class="card p6">Scratch</div><br></a>
<a href="https://github.com/Darth-Ness"><div class="card p6">GitHub</div><br></a>
<a href="https://www.figma.com/@codingmachine"><div class="card p6">Figma</div></a>
</center>
<script src="src/app.js"></script>
</html>