-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·109 lines (97 loc) · 4.04 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
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IWS | ADEO Security</title>
<meta name="description" content="ADEO Security IWS 2017 CTF">
<meta name="author" content="ADEO Security">
<!-- Responsive View Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Animate.CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- Font Aewsome Style -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Bootstrap Style -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Reset Style -->
<link rel="stylesheet" href="css/normalize.css">
<!-- Main Style -->
<link rel="stylesheet" href="css/main.css">
<!-- alternate style start || to use your preferred color, simply remove all style colors below and leave only your preferred color -->
<link href="css/colors/red.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- screen loader start -->
<div class="screen-loader"></div><!-- screen loader end -->
<!-- preload start -->
<div id="preload">
<!-- preload status start -->
<div id="preload-status"></div><!-- preload status end -->
</div><!-- preload end -->
<!-- === Header Section === -->
<div id="container">
<!-- +++ Intro Section ++++ -->
<section class="intro">
<!-- Intro Section Background-image -->
<div class="intro-image"></div>
<!-- ====+++ Intro Section Content +++==== -->
<div class="center-content">
<div class="intro-content text-center">
<!-- Logo -->
<div class="logo">
<h2 class="text-logo">ADEO Security</h2>
</div><!-- /End logo -->
<!-- ==== Main Heading ==== -->
<h1 class="intro-title">CTF Sonlanmıştır<span class="obak">!</span></h1>
<!-- Spin Clock -->
<i class="fa fa-clock-o fa-spin fa-4x fa-clock-spin"></i>
<!-- ====+++ Countdown Timer +++==== -->
<!-- ==== Intro Section Sub-Heading ==== -->
<div class="intro-subtitle">
<p>İncelemeler Yapıldıktan Sonra Sonuçlar Paylaşılacaktır!</p>
</div>
</div> <!-- /End Intro Section Content -->
</div>
</section><!-- /end intro section -->
</div>
<!-- jQuery Library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<!-- Modernizer -->
<script src="js/modernizr.custom.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Classie JS -->
<script src="js/classie.js"></script>
<!-- Countdown JS -->
<script src="js/jquery.downCount.js"></script>
<!-- Nice Scroll JS -->
<script src="js/jquery.nicescroll.3.5.4.js"></script>
<!-- Plugin Initialization js -->
<script src="js/plugins.js"></script>
<!-- Custom JS -->
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-85704449-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>