-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDownloads.html
More file actions
100 lines (71 loc) · 2.5 KB
/
Downloads.html
File metadata and controls
100 lines (71 loc) · 2.5 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<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">
<title>Meine Projekte</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cssb1.netlify.app/StyleFramework.css">
</head>
<body id="wrapper">
<headerr class="header">
<ul class="nav_ul">
<li id="logo">
<img class="nav_ul_li_img" src="./logo875685678.png">
</li>
<li class="nav_ul_li">
<a class="nav_ul_li_a" href="https://archiv-theredstonedust.netlify.app/back">Archiv</a>
</li>
<li class="nav_ul_li">
<a class="nav_ul_li_a" href="./MeinMinecraftServer.html">MCServer</a>
</li>
<li class="nav_ul_li">
<a class="nav_ul_li_a" href="./infos.html">Infos</a>
</li>
<li class="nav_ul_li">
<a class="nav_ul_li_a" href="./Downloads.html">Projekte</a>
</li>
<li class="nav_ul_li">
<a class="nav_ul_li_a" href="./index.html">Home</a>
</li>
</ul>
<div class="header_heading_container">
<h1 class="header_heading_main">Projekt Downloads</h1>
<h3>________________________________________________________</h3>
<h6>Die erste staffel von dem projekt survival serie ist nun benndet</h6>
<h6> 🔽Um alles zu sehen nach unten Scrollen🔽</h6>
</div>
<div class="surs_card">
<img src="./survival_card copy.png">
<img src="./RotsteinBerg_card.png">
<div>
<div class="marginS1">
<a class="buttonS1"
href="https://www.youtube.com/playlist?list=PLcVs32eS_11tpfbab-o3ZkVNu99PKEzuN&jct=kmBryIShtRve1DbGDyptpLDB9eOeJQ">Anshen
Auf Youtube</a>
<a class="buttonS1"
href="https://www.youtube.com/playlist?list=PLcVs32eS_11vzWCQk3xCyhPb0Sv30lIRP">Anshen
Auf Youtube</a>
</div>
<a class="buttonS1"
href="https://www.youtube.com/playlist?list=PLcVs32eS_11s7r5oGapiGDsxMyrzenpKz">Anshen
Auf
Youtube
(Survival-Serie Staffel 2)</a>
<a onclick="showAlertone()" class="buttonS1">Download:
SurvivalSerien-Welt</a>
</div>
<script>function showAlertone() {
alert("Die Survival Serien Map ist zurzeit leider nicht verfügbar");
}</script>
</div>
<div class="moin_moin">
<a class="buttonS1">🔼</a>
</div>
<!-- Cloudflare Pages Analytics -->
<script defer src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "87e0207e0cb44605b1010cbb0bfebcd8"}'></script><!-- Cloudflare Pages Analytics -->
</headerr>
</body>
</html>