-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
78 lines (72 loc) · 3.88 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
<!DOCTYPE html>
<!--
`8.`8888. ,8' 8 8888 ,o888888o. 8 8888 ,88' .8.
`8.`8888. ,8' 8 8888 . 8888 `88. 8 8888 ,88' .888.
`8.`8888. ,8' 8 8888 ,8 8888 `8b 8 8888 ,88' :88888.
`8.`8888.,8' 8 8888 88 8888 `8b 8 8888 ,88' . `88888.
`8.`88888' 8 8888 88 8888 88 8 8888 ,88' .8. `88888.
.88.`8888. 8 8888 88 8888 88 8 8888 88' .8`8. `88888.
.8'`8.`8888. 8 8888 88 8888 ,8P 8 888888< .8' `8. `88888.
.8' `8.`8888. 8 8888 `8 8888 ,8P 8 8888 `Y8. .8' `8. `88888.
.8' `8.`8888. 8 8888 ` 8888 ,88' 8 8888 `Y8. .888888888. `88888.
.8' `8.`8888. 8 888888888888 `8888888P' 8 8888 `Y8. .8' `8. `88888.
Made With Love By @mrxloka
contact me :
fackebook : https://www.facebook.com/xlokacom
twitter : https://twitter.com/mrxloka
tumblr : http://tumblr.xloka.com
Github : https://github.com/Xloka
Webiste : http://xloka.com
email : [email protected] or [email protected]
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>START TEMP XLOKA</title>
<!-- SEO Meta -->
<meta name="Keywords" content="xloka,start,temp">
<meta name="author" content="@mrxloka">
<meta name="description" content="start point for website template projects">
<!-- CSS -->
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/s.css">
<!-- JS -->
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/s.js"></script>
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1 class="h1"><a href="http://xloka.com"> <span class="fa fa-tag"></span> XLOKA - Ahmed Saleh</a></h1>
<h2>
<a target="_blank" href="http://start-temp-xloka.xloka.com/"><span class="fa fa-home"></span></a>
<a class="btn btn-lg btn-primary" target="_blank" href="https://github.com/Xloka/start-temp-xloka/"><span class="fa fa-github"></span> Get it on github</a>
</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris aliquet malesuada feugiat. Curabitur fermentum bibendum nulla, non dictum ipsum tincidunt non. Quisque convallis pharetra tempor. Donec id pretium leo. Pellentesque luctus massa non elit viverra pellentesque. Cras vitae neque molestie, rhoncus ipsum sit amet, lobortis dui. Fusce in urna sem. Vivamus vehicula dignissim augue et scelerisque. Etiam quam nisi, molestie ac dolor in, tincidunt tincidunt arcu. Praesent sed justo finibus, fringilla velit quis, porta erat. Donec blandit metus ut arcu iaculis iaculis. Cras nec dolor fringilla justo ullamcorper auctor. Aliquam eget pretium velit. Morbi urna justo, pulvinar id lobortis in, aliquet placerat orci.
</p>
<hr>
<h1>Form Example:</h1>
<form action="#" class="form">
<input type="text" name="Fullname" class="form-control" placeholder="Fullname" >
<input type="submit" class="btn btn-lg btn-primary" >
</form>
</div>
<!-- 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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXX-X', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>