-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (48 loc) · 2.09 KB
/
index.html
File metadata and controls
54 lines (48 loc) · 2.09 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>
<title>Practikality</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="icon" href="images/practikality_logo.jpg" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="images/practikality_logo.jpg" height="100" alt="" /></span>
<h1>Practikality</h1>
</header>
<!--<ul class="icons">
<li><a href="#" class="fa-twitter">Twitter</a></li>
<li><a href="#" class="fa-instagram">Instagram</a></li>
<li><a href="#" class="fa-facebook">Facebook</a></li>
</ul>-->
<footer>
<ul class="actions special">
<li><a href="https://padamchopra.github.io/encryptid" class="button">Encryptid</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.practikality.postx" class="button">POST-X</a></li>
</ul>
</footer>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li><a href="https://play.google.com/store/apps/dev?id=5528192985113041534" target="_blank">Play Store <i class="fa fa-external-link"></i></a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-preload\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>