-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.html
27 lines (27 loc) · 1.35 KB
/
thankyou.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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href='images/favicon.ico' rel='icon' type='image/x-icon'/>
<link href="images/favicon.ico" rel="icon">
<link href='http://yashrajsingh.github.io/ideaPad/' rel='canonical'/>
<link href="https://google.com/+YashRajSingh" rel="publisher"/>
<meta content='ideapad, ideas, list, todo list, great, quesitons, sketch, idea list, my idea, your idea, android, app, application, sync' name='keywords'/>
<title>Thank you for Signing up!</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container" style="text-align:center;">
<h1>ideaPad</h1>
<h5>Remember your Greatest ideas.</h5>
<img src="images/logo.png" alt="ideaPad logo" style="width:20%; height:auto;"/>
<h1>Thank you for showing your interest!</h1>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>