-
Notifications
You must be signed in to change notification settings - Fork 0
/
html.html
31 lines (29 loc) · 825 Bytes
/
html.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
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css.css">
<body>
<head>
<title>Look Page</title>
</head>
<h1 class="login">Username<input id="username" name="username"> Password
<input id="password" type="password" onclick="this.value=''">
<input type="submit">
</h1>
<h1>
I can put anything in this.
<p id="headmesg">Random Info
</p>
<div class="group">
<div class="group-box">
Creating a page with JSfiddle!
<div class="group-box-small">
Created by Foxlum
</div>
</div>
<div class="group-box">
Creating a page with JSfiddle!
<div class="group-box-small">
Created by Foxlum
</div>
</div>
</div>
<footer>