forked from MarcinZarzyczny/Wtyczka-Google-SpeedText
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
28 lines (26 loc) · 915 Bytes
/
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
<!DOCTYPE HTML>
<html lang="pl">
<head>
<title>SpidText</title>
<script src="jquery-3.2.1.min.js"></script>
<script src="background.js"></script>
<link rel="stylesheet" href="reset.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="gdiv">
<div id="K_Dodaj" class="kafelki_glowne" title="Dodaj nową szufladkę."><a class="a">DK</a></div>
<div id="K_Usun" class="kafelki_glowne" title="Usuń szufladkę."><a class="a">UK</a></div>
<div style="clear:both;"></div>
</div>
<div class="kg" id= "divzk">
<!--<div class="kaf" id="kafelek1" title="tekst"><a>TU</a></div>-->
</div>
<form action="">
<input type="text">
<input type="text">
<input type="text">
<input type="submit" value="Zapisz">
</form>
</body>
</html>