-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 890 Bytes
/
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tailwindcss mockup starter</title>
<!-- librarys -->
<link rel="stylesheet" href="assets/tailwindcss-lib.css">
<!-- your original file. -->
<link rel="stylesheet" href="assets/base.css">
<link rel="stylesheet" href="assets/fix用ファイル_名を変更して編集くださいませ.css">
</head>
<body class="flex justify-center md:items-center md:h-screen flex-col text-sky-500 text-7xl m-2">
<h1 class="mb-5">
Tailwindcss Mockup Starter
</h1>
<ul class="underline text-slate-700 text-4xl ml-10 text-center">
<li class="hover:md:list-disc">
<a href="https://github.com/ka2yuki/myStarter_mockupSite?tab=readme-ov-file">git-repo</a>
</li>
</ul>
</body>
</html>