-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.html
31 lines (27 loc) · 1.26 KB
/
result.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
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pensieve</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./static/css/result.css">
<link href="http://fonts.cdnfonts.com/css/harry-potter" rel="stylesheet">
<link rel="icon" type="image/png" href="static/images/wand_icon.png"/>
</head>
<body>
<div class="wrapper">
<form class="form">
<div class="pageTitle title">Your memories have been dropped into Pensieve !</div>
<!--<div class="secondaryTitle title">Please drop your memory or thought into Pensieve !</div>
<input type="text" class="memoryTitle formEntry" placeholder="Title" />
<input type="text" class="memoryType formEntry" placeholder="Type"/>
<textarea class="message formEntry" placeholder="Memory or Thought"></textarea>
<input type="checkbox" class="termsConditions" value="Term">
<label style="color: grey" for="terms"> I Accept the <span style="color: #0e3721">Terms of Use</span> & <span style="color: #0e3721">Privacy Policy</span>.</label> -->
<br>
<!-- <button class="submit formEntry" onclick="thanks()">Submit</button> -->
</form>
</div>
</body>
</html>