-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (32 loc) · 1.23 KB
/
index.html
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
29
30
31
32
<!DOCTYPE html>
<html lang="hu">
<!-- git config filter.utf8ToHtmlEntity.clean "perl -pe's@([\\xf0-\\xf7][\\x80-\\xbf]{3})@my\$u=\$1;utf8::decode(\$u);q(&#).ord(\$u).q(;)@ge'"
-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
body {
background: #000;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 22pt;
font-style: normal;
font-weight: normal;
direction: ltr;
}
</style>
<link rel="javascript" href="index.js">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<title>MASZK-MOST</title>
</head>
<body>
<h1>Okuláré Projekt</h1>
<h2>MOST</h2>
<p><a href="errol.html">Kubina Zita: Erről szól🚪</a></p>
<p><a href="nap.html">Nagy Tímea: Mielőtt a Napba érsz 🌳☀️🌳</a> <a href="napl.html">(egyszerű-fekete-nagy-betűs)</a></p>
<p><a href="roka.html">Rédei Roland: Rókacsapda 🦊🐕🦺</a></p>
</body>
</html>