-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (13 loc) · 736 Bytes
/
index.html
File metadata and controls
21 lines (13 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css"
href="style.css"/>
<title>About Me - GitFG-Coding-2</title>
<p style="font-family:'Product Sans Regular';font-weight:normal;font-size:25px">About Me</p>
<p style="font-family:'Product Sans Regular';font-weight:normal;font-size:25px">Im A 7 Years Kid, Yep. Im A Kid.</p>
<p style="font-family:'Product Sans Regular';font-weight:normal;font-size:25px">I Love Programming And Play Blox Fruits.</p>
<p style="font-family:'Product Sans Regular';font-weight:normal;font-size:25px">Credits: Google For The Font (Product Sans)</p>
</head>
</html>