mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
wip
This commit is contained in:
parent
9201a78de2
commit
0622e63eb5
6 changed files with 404 additions and 11370 deletions
|
@ -33,6 +33,7 @@ app.get('/', (req, res) => {
|
|||
${fs.readFileSync('./editclient.css').toString()}
|
||||
</style>
|
||||
<script>${fs.readFileSync(srcPath).toString()}</script>
|
||||
<script>${fs.readFileSync('app/src/main/assets/palette.js').toString()}</script>
|
||||
<script>${fs.readFileSync('./editclient.js').toString()}</script>
|
||||
</body>
|
||||
`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue