mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-13 15:27:16 +03:00
Add some essential source files
This commit is contained in:
parent
fb9406a891
commit
49ea05f90a
18
src/renderer/index.html
Normal file
18
src/renderer/index.html
Normal 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
1
src/renderer/script.js
Normal file
@ -0,0 +1 @@
|
||||
/* script.js */
|
1
src/renderer/style.css
Normal file
1
src/renderer/style.css
Normal file
@ -0,0 +1 @@
|
||||
/* style.css */
|
1
src/tracker/discord.js
Normal file
1
src/tracker/discord.js
Normal file
@ -0,0 +1 @@
|
||||
/* discord.js */
|
1
src/tracker/gui.js
Normal file
1
src/tracker/gui.js
Normal file
@ -0,0 +1 @@
|
||||
/* gui.js */
|
1
src/tracker/Σ.js
Normal file
1
src/tracker/Σ.js
Normal file
@ -0,0 +1 @@
|
||||
/* execution */
|
Loading…
x
Reference in New Issue
Block a user