forked from FSMaxB/correcthorsebatterystaple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 793 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>
Correct Horse Battery Staple | Generate Secure Memorable Passwords
</title>
<meta
name="description"
content="Correct Horse Battery Staple, Generate Secure Memorable Passwords. A secure password will help keep you safer online"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="./favicon.png" />
<link rel="stylesheet" href="./style.min.css" />
<link
href="https://fonts.googleapis.com/css?family=Merriweather"
rel="stylesheet"
/>
</head>
<body class="bg-grey-lightest font-sans px-2">
<div id="app"></div>
<script type="text/javascript" src="./main.min.js"></script>
</body>
</html>