-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (22 loc) · 836 Bytes
/
index.html
File metadata and controls
28 lines (22 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html><head>
<!-- Scaling -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Atkinson+Hyperlegible">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<!-- Favicons -->
<!-- <link rel="icon" type="image/png" href="/images/branding/favicon.png"> -->
<!-- Ttile -->
<title>OBSOLETE</title>
</head>
<body>
<!-- Navigation bar -->
<ul>
<li><a href="https://studiobool.codeberg.page">website moved to https://studiobool.codeberg.page</a></li>
<img src="/images/branding/logo.svg" alt="logo" class="logo">
</ul>
<!-- Copyright footer -->
<footer>
<p>studiobool (c) 2022-2026<br>
</p></footer>
</body></html>