-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (23 loc) · 814 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!--
Hit RUN to see this project in action!
This project will auto-refresh as you edit the HTML, CSS and JS. See README.md for more info (including how to disable auto-refresh and install packages).
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<main>
<h1 class="title">Welcome to Jacques's Web App</h1>
<p class="description">This will display that I know how to deploy an app via Azure. Learn more ways of navigating Azure via <a href="https://jacqueskingram.github.io">https://jacqueskingram.github.io</a>
</p>
</a>
</section>
</main>
<script type="module" src="script.js"></script>
</body>
</html>