1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2025-11-21 06:52:06 +00:00

First commit

This commit is contained in:
2017-09-27 22:16:38 +02:00
parent 2273c5e2ca
commit 4b6977d14b
16 changed files with 759 additions and 0 deletions

1
src/html/options.html Normal file
View File

@@ -0,0 +1 @@

9
src/html/test.html Normal file
View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>test</title>
<script type="text/javascript" src="/js/test.js"></script>
</head>
<body>
<iframe id="IFrame" style="width: 600px; height: 400px"></iframe>
</body>
</html>