25 lines
764 B
HTML
25 lines
764 B
HTML
<!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>
|