week5-node-express-knex-pg/public/index.html

18 lines
424 B
HTML
Raw Normal View History

2024-10-21 17:09:40 +01:00
<!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>