Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
george06350 authored Dec 16, 2024
1 parent 9e809e4 commit 4ec7e40
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="txt/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<title>免費短網址服務 | 110414.xyz</title>
<title>短網址服務</title>
<link rel="stylesheet" href="https://crazypeace.github.io/Url-Shorten-Worker/styles.css">
<!-- 如果使用CDN资源就放开这一句, 把上面那一句注释掉
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/crazypeace/Url-Shorten-Worker/styles.css">
Expand All @@ -13,7 +13,7 @@
<body>
<div class="d-flex align-items-start flex-wrap">
<div class="card shadow m-3">
<h5 class="card-header">短網址服務</h5>
<h5 class="card-header">短網址</h5>
<div class="card-body">
<h5 class="card-title"> </h5>

Expand All @@ -26,33 +26,22 @@ <h5 class="card-title"> </h5>

<div class="input-group mb-3">

<span class="input-group-text" id="basic-addon2">自定後綴</span>
<span class="input-group-text" id="basic-addon2">網址後綴</span>

<input type="text" class="form-control" id="keyPhrase" aria-describedby="basic-addon2" placeholder="As you wish">
</div>

<div class="input-group mb-3">
<button class="btn btn-primary" type="button" onclick='shorturl()' id="addBtn">生成</button>
</div>

<!-- <div class="input-group mb-3">
<span class="input-group-text" id="basic-addon3">password</span>
<input class="form-control" type="text" value="__PASSWORD__" readonly="true" id="passwordText" aria-describedby="basic-addon3">
</div> -->

</div>

</div>


<div class="card shadow m-3">
<h5 class="card-header">本地儲存列表</h5>
<h5 class="card-header">保存的網址</h5>
<div class="card-body">
<h5 class="card-title"> </h5>
<div class="input-group mb-3">
<button class="btn btn-success" type="button" onclick='loadUrlList()' id="loadListBtn">加載本地儲存</button>
<button class="btn btn-danger" type="button" onclick='clearLocalStorage()' id="clearlocalStgBtn">清空本地儲存</button>
<button class="btn btn-danger" type="button" onclick='clearLocalStorage()' id="clearlocalStgBtn">清除本地儲存</button>
</div>

<div class="card-text">
Expand All @@ -64,7 +53,7 @@ <h5 class="card-title"> </h5>
<span class="form-control">https://110414.xyz/abcd</span>
</div>
<div class="form-control">
https://helloworld.com/
https://google.com/
</div>
</div>
</div>
Expand Down

0 comments on commit 4ec7e40

Please sign in to comment.