Add some essential source files

This commit is contained in:
chylex 2016-10-22 17:25:57 +02:00
parent fb9406a891
commit 49ea05f90a
6 changed files with 23 additions and 0 deletions

18
src/renderer/index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Discord Offline History</title>
<script type="text/javascript">
/*{js}*/
</script>
<style type="text/css">
/*{css}*/
</style>
</head>
<body>
</body>
</html>

1
src/renderer/script.js Normal file
View File

@ -0,0 +1 @@
/* script.js */

1
src/renderer/style.css Normal file
View File

@ -0,0 +1 @@
/* style.css */

1
src/tracker/discord.js Normal file
View File

@ -0,0 +1 @@
/* discord.js */

1
src/tracker/gui.js Normal file
View File

@ -0,0 +1 @@
/* gui.js */

1
src/tracker/Σ.js Normal file
View File

@ -0,0 +1 @@
/* execution */