-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpopup.html
More file actions
42 lines (39 loc) · 1.63 KB
/
popup.html
File metadata and controls
42 lines (39 loc) · 1.63 KB
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
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="popup.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<style>
</style>
</head>
<body>
<!-- <div class="logo">
<img src="icon.jpg">
</div> -->
<div id="notes-container">
<h2 id="polygraph-title">Polygraph</h2>
<!-- <ul id="notes"></ul> -->
</div>
<!-- style="transform:translateX(212.702px)"> -->
<div class="container">
<!-- <textarea class="form-control" id="note-value"></textarea> -->
<div class="btn button-red" id="analyze">
<h3>Analyze</h3>
</div>
<div class="results">
<ul class="res_list">
<!-- <li class=result><p class="time_statement">10 seconds: <span>"The Earth is flat".</span><br>
<p class="rating">Rating: <span>Half-True </p></li>
<li class=result><p class="time_statement">10 seconds: <span>"The Earth is flat".</span><br>
<p class="rating">Rating: <span>Half-True </p></li>
<li class=result><p class="time_statement">10 seconds: <span>"The Earth is flat".</span><br>
<p class="rating">Rating: <span>Half-True </p></li> -->
</ul>
</div>
</div>
<script src=".\bundled\popup.js"></script>
</body>
</html>