-
Notifications
You must be signed in to change notification settings - Fork 1
/
testing.html
35 lines (31 loc) · 1.06 KB
/
testing.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
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel = "stylesheet" href="style.css"/>
<link rel = "icon" href = "western_cyber_society_logo.jpg" type= "image/x-icon">
<script defer src="app.js"></script>
</head>
<body>
<section class ="hidden">
<span class = "title"> Precision Healthcare, Powered by AI </span>
<p>The AI Pnuemonia Detection Model presented by WCS</p>
<a id="scroll-btn" href ="#section-2">Scroll!</a>
</section>
<section class = "hidden">
<h2>Buy my product</h2>
<p>
The things you own end up owning you.
It's only after you lose everything that you're free to do anything
</p>
</section>
<Section class = "hidden">
<h2>It's really good</h2>
</Section>
<section id ="section-2">
<h1>Hello World!</h1>
</section>
</body>
</html>