inital commit
This commit is contained in:
parent
1158e9584c
commit
d0a184ed99
2 changed files with 11 additions and 0 deletions
11
frontend/index.html
Normal file
11
frontend/index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My App</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, world!</h1>
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
0
frontend/styles.css
Normal file
0
frontend/styles.css
Normal file
Loading…
Reference in a new issue