-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Pranab | Phe0nix">
<meta name="description" content="Create Mini quick notepads for some urgent writedown things...">
<meta name="keywords" content="minipad,notepad,quick writing notes,notedown notes, scrapbook">
<title>MiniPad | Made by Phe0nix</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"/>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="index.css"/>
</head>
<body>
<h2 class="title">MiniPad</h2>
<div class="button">
<a href="https://phe0nix.github.io/" id="home" class="button">
<span>Home</span>
</a>
<a href="https://github.com/Phe0nix/minipad" id="view-on-github" class="button" target="_blank">
<span>View on GitHub</span>
</a>
</div>
<button class="create btn btn-primary">Create MiniPad</button>
<div id="space"></div>
<script src="index.js"></script>
</body>
</html>