-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.57 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/png" href="./favicon.png"/>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="./assets/css/main.css">
<title>'Scape Me</title>
</head>
<body>
<a href="https://github.com/ISNABE/sleepy-cobra">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png">
</a>
<header class="jumbotron header">
<div class="container">
<h1>'Scape me</h1>
</div>
<div class="container">
<img src="./assets/images/logo.svg" alt="'scape me logo">
</div>
<div class="container">
<p>
Made with <i class="glyphicon glyphicon-heart"></i> by <a href="https://krunsh.fr" target="_blank">Edouard
Menayde</a>, <a href="">Alexandre Vignand</a> and <a
href="">Balthazard Frolin</a>
</p>
</div>
<div class="container">
<a href="https://github.com/ISNABE/scape-me/releases/download/0.6/android.apk" class="dl"><i class="fa fa-android"></i> Download</a>
</div>
</header>
</body>
</html>