-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
63 lines (56 loc) · 1.37 KB
/
popup.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!-- popup.html -->
<!DOCTYPE html>
<html>
<head>
<style>
body {
width: 400px;
padding: 20px;
font-family: Arial, sans-serif;
}
.shortcut {
margin-bottom: 15px;
padding: 10px;
border-bottom: 1px solid #eee;
}
.key {
background: #f0f0f0;
padding: 2px 6px;
border-radius: 3px;
border: 1px solid #ccc;
font-family: monospace;
}
.description {
margin-top: 5px;
color: #666;
}
h2 {
color: #333;
border-bottom: 2px solid #333;
padding-bottom: 5px;
}
.section {
margin-bottom: 20px;
}
.version {
color: #666;
font-size: 0.8em;
text-align: right;
}
.note {
color: #45003a;
font-style: italic;
font-size: 0.9em;
margin-top: 5px;
}
</style>
</head>
<body>
<body>
<img src="slice_of_knice.png" alt="Slice of Knice" style="width:100px;height:100px;">
<h1>Slice of Knice</h1>
<div class="section">
<p><h3>Created by Tech Chrispin<br />for the City of Austin<br />Transportation & Public Works Knack Solutions<br />Feb 2025</h3></p>
</div>
</body>
</html>