-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (109 loc) · 5.7 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>ねこのホームページ</title>
<meta name="description" content="わしじゃよ">
<link rel="stylesheet" href="styles/style.css"/>
</head>
<body>
<aside class="links">
<ul>
<li class="youtube">
<a href="https://www.youtube.com/channel/UCWyBucktgfIqmN7z6Q9aJww" target="_blank" rel="noopener noreferrer">YouTube</a>
</li>
<li class="twitter">
<a href="https://twitter.com/nekotsukeshi" target="_blank" rel="noopener noreferrer">Twitter</a>
</li>
<li class="dlsite">
<a href="https://www.dlsite.com/maniax/circle/profile/=/maker_id/RG71442.html" target="_blank" rel="noopener noreferrer">DLsite</a>
</li>
<li class="pixiv">
<a href="https://www.pixiv.net/users/12235437" target="_blank" rel="noopener noreferrer">pixiv</a>
</li>
<li class="wix">
<a href="https://nekotsuki.wixsite.com/neko/gallery" target="_blank" rel="noopener noreferrer">写真</a>
</li>
<li class="tunecore">
<a href="https://www.tunecore.co.jp/artists/nekotsuki" target="_blank" rel="noopener noreferrer">作曲</a>
</li>
<li class="linktr">
<a href="https://linktr.ee/nekotsukeshi" target="_blank" rel="noopener noreferrer">その他リンク</a>
</li>
</ul>
</aside>
<div class="inner-border"></div>
<main class="main">
<h1 class="center title">ねこのホームページ</h1>
<div class="container">
<div class="content">
<div class="left">
<img src="./images/neko.webp" alt="代理おじの画像" height="480" width="360">
<p class="profile">
ねこ <br>
生年月日 ひみつ <br>
血液型 ひみつ <br>
<a href="https://twitter.com/nekotsukeshi" target="_blank" rel="noopener noreferrer">プロフィール</a>
</p>
<p>For inquiries about illustrations, videos, and various other matters, please feel free to contact us
via DM on Twitter.</p>
</div>
<div class="right">
<div class="center news">★★★ 最新情報 ★★★</div>
<table>
<tr>
<th>・DLsite</th>
<td>
<a href="https://www.dlsite.com/maniax/announce/=/product_id/RJ01230866.html" target="_blank" rel="noopener noreferrer">「シアの旅」</a>
<span class="color red">New!</span><br>
2024年12月中旬 発売予定
<br><br>
<a href="https://www.dlsite.com/maniax/work/=/product_id/RJ01135349.html" target="_blank" rel="noopener noreferrer">「支援差分2023年まとめ」</a><br>
2023年12月24日 販売開始
<br><br>
<a href="https://www.dlsite.com/maniax/work/=/product_id/RJ01091878.html" target="_blank" rel="noopener noreferrer">「うちの代理ちゃん!」</a><br>
2023年11月01日 販売開始
</td>
</tr>
<tr>
<th>・BOOTH</th>
<td>
<a href="https://nekotsuki.booth.pm/items/6091846" target="_blank" rel="noopener noreferrer">「代理ちゃんアクリススタンド2024」</a>
<span class="color red">New!</span><br>
2024年09年12日 販売開始
<br><br>
<a href="https://nekotsuki.booth.pm/items/5503827" target="_blank" rel="noopener noreferrer">「ごしゅじんのTシャツ」</a><br>
2024年02月16日 販売開始
<br><br>
<a href="https://nekotsuki.booth.pm/items/5067148" target="_blank" rel="noopener noreferrer">「うちのこきらきらかーど」</a><br>
2023年09月05日 販売開始
</td>
</tr>
<tr>
<th>・YouTube</th>
<td>
<a href="https://youtu.be/NDI-MjtqPW0" target="_blank" rel="noopener noreferrer">「めどれ175」</a>
<span class="color red">New!</span><br>
2024年09月24日 公開
<br><br>
<a href="https://youtu.be/JJSxby8jYD0" target="_blank" rel="noopener noreferrer">「パンを焦がした代理ちゃん.mp4」</a><br>
2024年08月08日 公開
<br><br>
<a href="https://youtu.be/7J6OzeP-6pc" target="_blank" rel="noopener noreferrer">「【Minecraft】代理ちゃんクラフト #1」</a><br>
2024年05月10日 公開
</td>
</tr>
<tr>
<th colspan="2">
当サイトの内容、テキスト、画像等の無断転載・無断使用を固く禁じます。<br>
また、まとめサイト等への引用を厳禁致します。<br>
お問い合わせはTwitterのDMでご連絡をお願いいたします。
</th>
</tr>
</table>
</div>
</div>
</div>
</main>
</body>
</html>