-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 778 Bytes
/
index.html
File metadata and controls
24 lines (22 loc) · 778 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>PHP Exercises</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="normalize.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="cayman.css">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Wei's PHP Exercises</h1>
<h2 class="project-tagline">A log book of learning</h2>
</section>
<section class="main-content">
<p>Thanks for visiting my page.</p>
<pre><code> Hello...Welcome ! </code></pre>
</section>
</body>
</html>