-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (83 loc) · 5.54 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
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
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kolla på roliga och inspirerande videor på den bästa
videodelningssajten någonsin. Skapa ett konto på MeTube idag!">
<title>MeTube</title>
</head>
<body id="body">
<!--html och css i .modal delvis hämtat från w3schools.com-->
<div id="modal" class="modal">
<form class="modal-content animate" id="login">
<div class="container">
<span id="close" class="close" title="Stäng">×</span>
<label for="uname"><b>Användarnamn</b></label>
<input id="uname" type="text" placeholder="Ange Användarnamn" name="uname" required>
<label for="psw"><b>Lösenord</b></label>
<input id="psw" type="password" placeholder="Ange Lösenord" name="psw" required>
<button type="submit">Logga in</button>
<label>
<input type="checkbox" name="remember"> Kom ihåg mig
</label>
</div>
<div class="container" style="background-color:#f1f1f1">
<button type="button" id="cancelbtn" class="cancelbtn">Logga ut</button>
<span class="psw"><a href="http://www.bit.ly/dinmammaxd" target="blank">Glömt lösenord?</a></span>
</div>
</form>
</div>
<header>
<!--html och css i header delvis hämtat från w3schools.com-->
<a href="index.html"><img src="res/img/Metube_logo_6.png" alt="Metube_logo_2"></a>
<form id="searchbar">
<input id="search" type="search" autocomplete="off" placeholder="Sök.." required>
<button id="searchbutton" aria-label="sök" type="submit"><i class="fa fa-search"></i></button>
</form>
<div id="buttons">
<button id="mode" type="button">Dark/light mode</button>
<button id="loggaIn" class="loggaIn">Logga in</button>
</div>
</header>
<nav>
<ul id="meny">
<li><a href="#prenumerationer">🎞️Prenumerationer</a></li>
<li><a href="#trender">🔥Trendar</a></li>
<li><a href="#bilbliotek">📚Bibliotek</a></li>
<li id="extraMargin"><a href="#historik">🔄Historik</a></li>
<li><a href="kategorier/musik.html">Musik</a></li>
<li><a href="kategorier/komedi.html">Komedi</a></li>
<li><a href="kategorier/gaming.html">Gaming</a></li>
</ul>
</nav>
<section id="page">
<main>
<section class="ad" id="frontad"><a href="https://github.com/oskand6/wash" target="blank"><img src="res/img/washReklam.png" alt="reklambild"><section id="adDisclaimer">REKLAM</section></a></section>
<section class="vid"><a href="videor/Test.html"><img src="res/img/test_Moment.jpg" alt="video"> <section class="meta"><h2>Test</h2> Av Einar || 5 visningar</section></a></section>
<section class="vid"><a href="videor/Insane 360 NoScope i fortnite.html"><img src="res/img/thumbnail_Moment.jpg" alt="video"> <section class="meta"><h2>Insane 360 NoScope i fortnite</h2> Av Einar || 69k visningar</section></a></section>
<section class="vid"><a href="videor/Anime Edit (Rap God) 4K.html"><img src="res\img\anime_thumbnail.png" alt="video"> <section class="meta"><h2>Anime Edit (Rap God) 4K</h2> Av Lukas || 1337 visningar</section></a></section>
<section class="vid"><a href="videor/Vi prankar Alex Caught in 4K.html"><img src="res\img\prank_Moment.jpg" alt="video"> <section class="meta"><h2>Vi prankar Alex ( ͡° ͜ʖ ͡°) Caught in 4K</h2> Av Oscar och Einar || 21mn visningar</section></a></section>
<section class="vid"><a href="videor/How to Get Free Robux in Minecraft (WORKING 2019!!11!!).html"><img src="res/img/freerobux_thumb.jpg" alt="video"> <section class="meta"><h2>How to Get Free Robux in Minecraft (WORKING 2019!!11!!)</h2> Av Oscar || 1 visning</section></a></section>
<section class="vid"><a href="videor/Viktor intervjuar två estetare.html"><img src="res\img\intervju_Moment.jpg" alt="video"> <section class="meta"><h2>Viktor intervjuar två estetare</h2> Av Viktor, Leo och Isaac || 5k visningar</section></a></section>
<section class="vid"><a href="videor/Helt sjuk PS5 unboxing.html"><img src="res/img/unboxing_thumbnail.jpg" alt="video"> <section class="meta"><h2>Helt sjuk PS5 unboxing 🔥🔥 eller...?</h2> Av Einar || 18k visningar</section></a></section>
<section class="vid"><a href="videor/giorgio.html"><img src="res/img/giorgio_thumb.jpg" alt="video"> <section class="meta"><h2>giorgio</h2> Av Oscar || 69 visningar</section></a></section>
</main>
<footer>
MeTube är ett skolprojekt av Oscar, Einar och Viktor.
<address>
<span id="footer1">Kontakta oss: <a href="mailto:metube@dinmamma.com">metube@dinmamma.com</a>.<br>
Besöksadress:</span><br>
Elitvägen 69<br>
666 69, Coolsville<br>
Pakistan
</address>
</footer>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>