-
Notifications
You must be signed in to change notification settings - Fork 0
/
congrat.html
67 lines (47 loc) · 1.81 KB
/
congrat.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
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8">
<title> Jupíííí </title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="" rel="icon">
<link href="" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Sen&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancig+Script&display=swap" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style2.css" rel="stylesheet">
</head>
<body>
<!-- +++++ Welcome Section +++++ -->
<div id="ww" >
<div class="container" >
<div class="row" id="welcomer">
<div class="col-lg-8 col-lg-offset-2 centered">
<h1 class="centered velky-text" > Jupíííí! :) </h1>
<p> Zvolila jsis správně :) </p>
<audio controls autoplay loop> <source src=foto/song1.mp3 type="audio/mpeg"> Písnička </audio>
</div>
<!-- /col-lg-8 -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /ww -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/php-mail-form/validate.js"></script>
<script src="lib/easing/easing.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>