-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.36 KB
/
index.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>ぽち/Pochi</title>
<meta name="keywords" content="ページのキーワードA,B,C">
<meta name="description" content="ページの説明">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="outer">
<header><div id="header-container"><div id="head-inner"><h1>ぽち/Pochi</h1>
<p class="description">Hallo~0w0</p></div></div>
</header>
<div id="content-wrapper">
<main>
<div id="inner">
<h2>Profile</h2>
<p>We can create the future through entertainment.</p>
<p>founder at NEXTGROUP,NEXTGROUPTechnologies,NEXTGROUP WORLD,NEXTGROUP PAYMENT GATEWAY,Kankitsu Org</p>
<p>⛔ Not a good developer (need to learn from the basics)<br>💻 I run a venture company.<br>🖋 I am a Japanese student.<br> 📨 How to contact us:X(Twitter) - @poti_nico<br>⚠ My statements, etc. do not represent the company or organization to which I belong.</p>
<p>すごいひとではないです。ほんとうに。</p>
</div>
</main>
<aside>
<div id="middle-inner">
<div class="side-title">Account</div>
<div class="side">
<ul>
<a href="https://x.com/poti_nico">X(Old Twitter)</a><br>
<a href="https://github.com/potinico">Github</a>
</ul>
</div>
</div>
</aside>
</div>
<footer>© 2025 Pochi(@potinico) All rights reserved.</footer>
</div></body>
</html>