first commit
This commit is contained in:
17
public/index.html
Normal file
17
public/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Adv Web Development backend server</title>
|
||||
|
||||
<script
|
||||
src="https://kit.fontawesome.com/67bd86ffdc.js"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Advanced Wev Development</h1>
|
||||
<h2>Frontend and Backend intergration</h2>
|
||||
<p>by Jeannette Chin</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user