Created base files
This commit is contained in:
parent
4174dc20d7
commit
204f8a4f22
3 changed files with 19 additions and 0 deletions
19
index.html
Normal file
19
index.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html data-theme="light">
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>
|
||||
Boardgame Site
|
||||
</title>
|
||||
<script src="/scripts/main.js"></script>
|
||||
<link rel="stylesheet" href="styles/main.css">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
0
scripts/main.js
Normal file
0
scripts/main.js
Normal file
0
styles/main.css
Normal file
0
styles/main.css
Normal file
Loading…
Reference in a new issue