-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
33 lines (27 loc) · 800 Bytes
/
popup.html
File metadata and controls
33 lines (27 loc) · 800 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head> <!-- title-->
<title> SummarizeIT </title>
<link rel="stylesheet" href = "summarizeIT-style.css" />
</head>
<body>
<h1> SummarizeIT! </h1>
<div id = 'container'>
<button id = 'summarize'> Summarize the Terms of Service </button>
<ul id="button1"></ul>
</div>
<p>
</p>
<div class = 'summary-box'>
<h3 id = 'question'></h3>
<div id = 'response'></div>
</div>
<script src="popup.js"></script>
<!--new initiative-->
<div>
<p id = 'caution'> Please keep in mind that SummarizeIT may have incorrect or wrong information.
To fully understand how your online information is being used, please check out the terms and services for the website you're on.
</p>
</div>
</body>
</html>