-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 1.13 KB
/
Copy pathindex.html
File metadata and controls
49 lines (46 loc) · 1.13 KB
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='style.css' rel='stylesheet'>
<title>asdのポートフォリオ</title>
</head>
<body>
<h1>02549</h1>
<img src='unnamed.jpg' width='200'>
<h2>About</h2>
<p>
ZEN大学2回生<br>
プログラミング勉強中
</p>
<h3>Profile</h3>
<table>
<tr>
<th>name</th>
<td>02549</td>
</tr>
<tr>
<th>from</th>
<td>日本</td>
</tr>
<tr>
<th>hobby</th>
<td>ゲーム、睡眠</td>
</tr>
</table>
<h3>Open Processing</h3>
<iframe src="https://openprocessing.org/sketch/2962512/embed/" width="400" height="400"></iframe>
<h3>History</h3>
<table>
<tr>
<th>2025 年</th>
<td>学校法人角川ドワンゴ学園 <a href="https://nnn.ed.jp/">S高等学校</a> 卒業</td>
</tr>
<tr>
<th>2025 年</th>
<td><a href='https://zen.ac.jp/'>ZEN大学</a> 入学</td>
</tr>
</table>
</body>
</html>