Add initial HTML structure and ApiService file
This commit is contained in:
parent
6e4f94ee96
commit
b91f539479
8
index.html
Normal file
8
index.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 x-data="{ message: 'Base ONW Compsci Club Website' }" x-text="message"></h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
10
pages/testpage.html
Normal file
10
pages/testpage.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Title</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
0
services/ApiService.js
Normal file
0
services/ApiService.js
Normal file
Loading…
x
Reference in New Issue
Block a user