-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdf.html
24 lines (21 loc) · 940 Bytes
/
pdf.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>PDF's</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/open-sans.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">PDF's</h1>
<h2 class="project-tagline">This is a list of the sections in pdf.</h2>
<a href="down.html" class="btn">Home</a>
<a href="pdf/programming.html" class="btn">Programming</a>
</section>
</body>
</html>