initial commit
This commit is contained in:
10
frontend/index.html
Normal file
10
frontend/index.html
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Chess</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script src="main.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
1
frontend/main.js
Normal file
1
frontend/main.js
Normal file
@@ -0,0 +1 @@
|
|||||||
|
console.log("Hello World!");
|
||||||
Reference in New Issue
Block a user