18 lines
424 B
HTML
18 lines
424 B
HTML
<!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>
|