-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTest-Alanı.html
More file actions
54 lines (43 loc) · 1.77 KB
/
Copy pathTest-Alanı.html
File metadata and controls
54 lines (43 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>TüpDeveloper</title>
<link rel="icon" href="Logo/site-mini-logo.png"/>
<meta name='description' content="VideoTüpü Türkiyenin Yeni Nesil ve En büyük video sitesidir"
<meta name='keywords' content="Video sitesi, Türkiye, Video İzle, online video, yeni nesil, Eğlence, Kafa Dağıtma, Viral, Sinema İzle, Bir dakika sen bu yazıları OKUYORMUSUN?"
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='script.js'></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@900&display=swap');
</style>
</head>
<body>
<!-- Logo Haritası -->
<header class="header">
<a href="ev.html">
<img src="Logo/videotupu-siyah.png" alt="YouTube Logo" class="videotüpü-logo" />
</a>
<!-- Navigasyon Haritası -->
<!-- menü Haritası -->
<div class="menu-icons">
<a href="https://maaarslan61.wixsite.com/ae-labs">
<img src="Tuşlar/arama.png"alt="Hizmetler" />
</a>
<a href="video-yükle.html">
<img src="Tuşlar/upload-video.png"alt="Video Yükle" />
</a>
<a href="#">
<img src="Tuşlar/bildirim.png" alt="Bildirimler" />
</a>
<a href="#">
<img class="menu-channel-icon" src="Ornek-Video-Paketi/profil-photo.png" alt="Profil" />
</a>
</div>
</header>
<!--Test Alanı-->
<h1 class="fatih">VideoTüpü</h1>
</body>
</html>