forked from crazypeace/Url-Shorten-Worker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e809e4
commit 4ec7e40
Showing
1 changed file
with
7 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> | ||
|
||
|
@@ -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"> | ||
|
@@ -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> | ||
|