First commit
This commit is contained in:
parent
d29e1c81ce
commit
bda7717fcc
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#logs
|
||||||
|
logs.log
|
||||||
|
*.log
|
||||||
|
|
||||||
|
#temp
|
||||||
|
temp.tmp
|
10
public/index.html
Normal file
10
public/index.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Title</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user