-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 798 Bytes
/
index.html
File metadata and controls
25 lines (21 loc) · 798 Bytes
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Welcome to GitHub Pages</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/style.css?v=c61f5e8a332b15989734b70781aa65db40996811">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Daniel C.</h1>
<h2 class="project-tagline">GitHub Pages</h2>
</section>
<section class="main-content">
<h2 id="welcome-to-github-pages">Welcome to GitHub Pages</h2>
<p>Nothing is on here yet.</p>
</section>
</body>
</html>