-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaceholder.html
66 lines (50 loc) · 1.64 KB
/
placeholder.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<title>Chiaki Gasai</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="slideshow.css">
<meta charset="UTF-8">
<meta name="description" content="Welcome to Chiaki Sakura, I make programs">
<meta name="keywords" content="">
<meta name="author" content="Chiaki Sakura">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
</head>
<header>
<section class="section-one">
<div class="column-container">
<div class="bar1">
<a href="index.html"><img src="images/logo.png" style="width:15%" alt="Chiaki Sakura Logo"></a>
</div>
<div class="bar2">
<nav>
<ul>
<li><a href="about.html">About Me</a></li>
<li><a href="https://github.com/ChiakiGasai">GitHub Profile</a></li>
</ul>
</nav>
</div>
</div>
</section>
</header>
<body>
<img src="images/temp1.jpg" style="width:100%" alt="A Placeholder" />
<div class="column-container">
<div class="col1">
<h2>This is a placeholder</h2>
<p>Thank you</p>
</div>
</div>
</body>
<footer>
<section class="section-two">
<div class="column-container">
<div class="col1">
<p>Website created by Chiaki Gasai</p>
</div>
</div>
</section>
</footer>
</html>