-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (24 loc) · 799 Bytes
/
index.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
<!DOCTYPE HTML>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="author" content="Edwin Saul">
<meta name="description" content="FileControl Scripts info">
<meta name="keywords" content="Filecontrol; scripts; python">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FileControl Scripts</title>
<!-- ----------------- -->
<style>
body { background-color: lightblue;
margin: 20px;}
html {font-family: Arial, Helvetica sans-serif;
}
</style>
<!-- ----------------- -->
</head>
<body >
<h1>FileControl Scripts</h1>
<p>Welcome to he filecontrol scripts HomePage, this scripts are writed by
<a href="https://edwinsaul.com" target="_blank">Edwin Saul</a> </p>
</body>
</html>