Move things over to Astro I guess...
This commit is contained in:
parent
0c340ff317
commit
cef99ad763
18 changed files with 5201 additions and 0 deletions
25
old/index.html
Normal file
25
old/index.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="src/aria.css" />
|
||||
<title>Aria</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div style="align-self: end">
|
||||
<a href="https://aria.coffee"
|
||||
><img
|
||||
class="logo"
|
||||
src="img/buttons/aria.gif"
|
||||
style="width: 16em"
|
||||
/></a>
|
||||
<div style="align-self: start">
|
||||
<p>This is a test</p>
|
||||
<p>again</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue