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