13 lines
525 B
HTML
13 lines
525 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" dir="ltr">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<script src="./js/main.js" type="module" charset="utf-8"></script>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" href="./style.css">
|
||
|
<noscript> This page requires javascript to function. For those of you who have it disabled: don't fret; there's nothing here except a cool corkboard demo <a href="http://alexanderbass.com">Back?</a></noscript>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|