-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 1.31 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
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="de-DE">
<head>
<meta charset="UTF-8" />
<title>paxuy</title>
<meta name="author" content="Paul Schillinger" />
<meta name="description" content="paxuy is a website from paxuy." />
<meta property="og:title" content="paxuy designs" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://paxuy.github.io/" />
<meta property="og:description" content="designs jkg abi 22!" />
<meta property="og:site_name" content="paxuy" />
<meta property="og:image" content="pictures/Flammen.png" />
<meta property="og:image:alt" content="Logo of paxuy" />
<link rel="shortcut icon" href="pictures/Flammen.png" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/style.css" />
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"
defer
></script>
<script src="js/script.js" defer></script>
</head>
<body>
<ul>
<li>paxuy</li>
<a href="paxuytype/index.html"><li>paxuytype</li></a>
<a href="jkgAbi22Designs.html"><li>paxuy design</li></a>
</ul>
<h1>paxuy</h1>
</body>
</html>