fix stuff

This commit is contained in:
root 2020-01-04 00:11:54 +00:00
parent da7b63752f
commit 47f288c067
2 changed files with 7 additions and 7 deletions

6
run.sh
View File

@ -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

View File

@ -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"
@ -40,4 +40,4 @@
</body> </body>
</html> </html>