andrews/index.html

27 lines
1.1 KiB
HTML
Raw Normal View History

2022-08-10 20:20:17 +02:00
<!DOCTYPE html>
<html>
2022-08-10 20:23:53 +02:00
<head>
<title>Mr. Andrews's Web Apps</title>
2022-08-10 20:23:53 +02:00
<link rel="icon" href="/A-300.png">
2022-08-10 21:22:56 +02:00
<link rel="stylesheet" href="/style.css">
2023-01-23 18:48:29 +01:00
<link rel="stylesheet" type="text/css" href="/sheep/3.css" />
<script src="/sheep/3.js" charset="utf-8"></script>
2023-01-20 23:26:10 +01:00
<!-- <link rel="stylesheet" href="/w3css/w3.css">
2023-01-20 23:18:30 +01:00
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
2023-01-20 23:26:10 +01:00
-->
2022-08-10 20:23:53 +02:00
</head>
2022-08-10 21:27:12 +02:00
<body>
<div class="bg-image"></div>
<div class="bg-text">
<h1 style="font-size:50px">Mr. Andrews's Web Apps</h1>
2023-01-20 20:46:06 +01:00
<h2><a href="/maydo">May Do</a><br><br><a href="/maydo/picktyping">typing.zen</a><br></h2><br>
<!--<a href="https://www.w3.org/TR/html401/"><img src="https://www.w3.org/Icons/valid-html401-blue.png"></a>-->
2022-08-10 21:27:12 +02:00
</div>
</body>
2022-08-10 20:20:17 +02:00
</html>