fix stuff
This commit is contained in:
parent
da7b63752f
commit
47f288c067
2 changed files with 7 additions and 7 deletions
6
run.sh
6
run.sh
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
FILE=run
|
||||
NODE=nodemon
|
||||
NODE=node
|
||||
|
||||
while true;
|
||||
do
|
||||
$NODE $(pwd)/$FILE.js
|
||||
done
|
||||
$NODE run.js
|
||||
done
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
|
||||
|
||||
|
||||
<meta name="theme-color" content="#e4778d">
|
||||
<meta property="og:title" content="ry">
|
||||
<meta name="theme-color" content="#2e40ff">
|
||||
<meta property="og:title" content="benji">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://{{host}}">
|
||||
{{!-- <meta property="og:image"
|
||||
content="https://raw.githubusercontent.com/EndlessHosting/assets/master/images/PFPs/code.png">
|
||||
--}} <meta property="og:description" content="hewwo -w-">
|
||||
--}} <meta property="og:description" content="am wolfo">
|
||||
|
||||
|
||||
{{!-- <link rel="icon" type="image/png"
|
||||
|
@ -40,4 +40,4 @@
|
|||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue