-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.36 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.36 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
<!doctype html>
<html lang="en-US">
<head>
<link href="styles/style.css" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My test page</title>
</head>
<body>
<h1>可爱的咖波</h1>
<img src="images/happy-capoo.png" alt="My test image" />
<p><strong>猫猫虫咖波</strong>(英语:Bugcat Capoo),是由台湾漫画家亚拉所创造出的漫画角色,其设定为像猫又像虫(豸)的蓝色小怪物,暴力猎奇又萌萌可爱,最爱吃肉。</p>
<p>原先是作者在巴哈姆特电玩资讯站个人小屋连载的自创角色,后于2015年韩国LINE Webtoon漫画比赛得到短篇创作组冠军,而在LINE Webtoon进行连载。</p>
<p>2020年3月已于Webtoon完结,现在在粉丝专页与Youtube网站继续短篇漫画与动画连载,以及创作各种贴图。</p>
<a href="https://taiwan-comic.fandom.com/zh/wiki/%E8%B2%93%E8%B2%93%E8%9F%B2%E5%92%96%E6%B3%A2?variant=zh-cn">猫猫虫咖波</a>
<ul>
<li>bugcat</li>
<li>capoo</li>
<li>猫猫虫</li>
</ul>
<ol>
<li>test0</li>
<li>test1</li>
</ol>
<button>切换用户</button>
<script src="scripts/main.js" defer></script>
</body>
</html>