-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
18 lines (18 loc) · 770 Bytes
/
info.html
File metadata and controls
18 lines (18 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta author="neverfriendme" content="author">
<title>Info</title>
</head>
<body style="background-color: black;">
<h1 style="color:white;">Info</h1>
<p style="color:white;">Code templates is a webpage where you can download safe files. If you have reasons to not trust me like malicious malware you can please take a look at my github.</p>
<p style="color: white;">If you want to contribute please look at my instructions on github</p>
<a href="https://github.com/neverfriendme/Code-templates/">Github</a>
<a href="index.html">
<button type="button">Return</button>
</a>
</body>
</html>