-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
35 lines (30 loc) · 1.01 KB
/
Home.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>
<head>
<style>
body {background-image: url('https://user-images.githubusercontent.com/86643678/128638180-c97163fe-964f-4fa1-8319-3b1164c95e34.jpg');
background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;}
.button {border: none;
padding: 12px 40px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;}
.button1 {background-color: black;
color: white;
border: 3px solid #d1fd1f;
border-radius: 16px}
body {text-align: center;}
</style>
</head>
<body>
<h2>Robot prototype V3</h2>
<p>by- HYPERARX</p>
<form action=\"/LED\" method=\"POST\"><button class=\"button button1\">Toggle Led!</button></form>
<head>
<html>