-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfile.html
53 lines (46 loc) · 1.76 KB
/
file.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<body style="background-color:rgb(40, 173, 129);">
<style>
h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
</style>
<header>
<h1>Welcome To Data Compression Engine</h1>
</header>
<p style="text-align:center;">
The Data Compression algorithm is a video compression software program written in C.<br>
Created by the team of main characters,
led by CEO Richard and software developers.<br>
The Data Compression algorithm was considered revolutionary.
</p>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<img src="C:\Users\hp\Downloads\image-7-1.png" width="280" height="150">
<h1>Sign in</h1>
<center>
<form action="/action_page.php">
<label for="fname">user name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">password:</label>
<input type="text" id="lname" name="lname"><br><br>
<input type="submit" value="login">
</form>
<p>Click the "login" for signin.</p>
</center>
<div class="bottomright">Powered by CompressEngine Enterprise</div>
</body>
</html>