-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.html
More file actions
35 lines (29 loc) · 712 Bytes
/
Copy pathskill.html
File metadata and controls
35 lines (29 loc) · 712 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
26
27
28
29
30
31
32
33
34
35
---
title: skill
---
<!DOCTYPE html>
<html lang="ja" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>skill</title>
{% include script.html %}
</head>
<body>
<nav class="navbar navbar-light bg-light justify-content-center">
<a class="navbar-brand logoname" href="https://ituyama.github.io">
<img src="https://ituyama.github.io/media/name.png" width="240" height="50">
</a>
</nav>
<div class="container">
<div class="row title" style="margin:0px,auto;">
<h1>skill</h1>
</div>
<ul>
<li>html/css</li>
<li>php</li>
<li>jekyll</li>
<li>etc...</li>
</ul>
</div>
</body>
</html>