-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmalvertising_projekt.html
More file actions
42 lines (36 loc) · 1.32 KB
/
malvertising_projekt.html
File metadata and controls
42 lines (36 loc) · 1.32 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
<!DOCTYPE html>
<html lang="cs" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="materialxd/jednotne.css">
<title>Text</title>
</head>
<style>
</style>
<body>
<div class="vrsek">
<center> <h1>Malvertising simulátor</h1> </center>
</div>
<div class="sidenav">
<a href="index.html">Domů</a>
<b><a href="prace.html">Projekty</a></b>
<a href="podpora.html">Technická podpora</a>
<a href="odkazy.html">Zb(l)ytek</a>
</div>
<center>
<div class="main">
<h3>Tento projekt ukazuje, jak funguje malvertising na webu. Byl to můj poslední větší projekt na SŠ týkající se webových technologií.</h3>
<div class="container"></div>
<ul class="menu">
<li><a href="https://vlakobus1234.github.io/web1.html">Malvertising na stránce se stahováním</a></li>
<li><a href="https://vlakobus1234.github.io/web/film.html">Malvertising na stránkách s filmy</a>
<li><a href="https://vlakobus1234.github.io/Búggl.html">Malvertising ve výsledcích vyhledávání</a><br><br>
</ul>
</div></div>
</center>
<div>
<center><a href="odkazreklamy"><img src="materialxd/bannerreklamyzde.jpg" alt="text" width="650" height="140"></a></center>
</div>
</div>
</body>
</html>