-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode draft 1.html
More file actions
27 lines (25 loc) · 974 Bytes
/
code draft 1.html
File metadata and controls
27 lines (25 loc) · 974 Bytes
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
<div id="like_button_container"></div>
<!--# Website-Front-Test-HTML
Health++ 2019 Website Code Test 1-->
<!--This is for me to practice HTML Stuff-->
<!--Setup stuff-->
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Source Sans Pro" rel="stylesheet">
</head>
<body style="background-color:rgb(255,170,100);">
</body>
<section id="overlay">
<hr>
<form action="submission.html" method="POST">
<!-- actual text and stuff-->
<h1>Hello!</h1>
<img src="http://simpleicon.com/wp-content/uploads/smile.png" width="100" alt="smile">
<p><a href="page2.html">Goals</a><br />
<p><a href="page3.html">Daily Check-In</a><br />
<p><a href="page4.html">Send a Message</a><br />
<p><a href="page5.html">Reminders</a><br />
</section>
<hr>