-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
220 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,220 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<title>我的收藏夹 - Favorite URL</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" href="https://cdn.staticfile.org/bootstrap-icons/1.10.3/font/bootstrap-icons.css" /> | ||
<script src="https://cdn.staticfile.org/twitter-bootstrap/5.1.1/js/bootstrap.min.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div class="container my-5"> | ||
<h1 class="text-center mb-5">我的收藏夹</h1> | ||
<div class="row row-cols-1 row-cols-md-3 g-4"> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h5 class="card-title">常用导航</h5> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a class="nav-link" href="https://x.ccoode.com/" | ||
target="_blank"><span>X工具箱</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="http://tool.xuming.science/book_yj/" | ||
target="_blank"><span>疫苗预约</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://pss-system.cponline.cnipa.gov.cn/conventionalSearch" | ||
target="_blank"><span>中国专利检索</span></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h5 class="card-title">在线IDE</h5> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://replit.com/~" | ||
target="_blank"><span>Replit</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://gh.cloudstudio.net/dashboard" | ||
target="_blank"><span>Cloud Studio</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://stackblitz.com/" | ||
target="_blank"><span>stackblitz</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://codepen.io/" | ||
target="_blank"><span>codepen</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://colab.research.google.com/" | ||
target="_blank"><span>Colaboratory</span></a> | ||
</li> | ||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h5 class="card-title">云服务</h5> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://dash.cloudflare.com/" | ||
target="_blank"><span>Cloudflare</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.oracle.com/cloud/" | ||
target="_blank"><span>Oracle云</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://cloud.tencent.com/" | ||
target="_blank"><span>腾讯云</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.aliyun.com/" | ||
target="_blank"><span>阿里云</span></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h5 class="card-title">存储</h5> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.icloud.com.cn/" | ||
target="_blank"><span>iCloud</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.aliyundrive.com/drive/" | ||
target="_blank"><span>阿里云盘</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://pan.baidu.com/" | ||
target="_blank"><span>百度网盘</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.lanzou.com/" | ||
target="_blank"><span>蓝奏云</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://115.com/" | ||
target="_blank"><span>115</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://console.upyun.com/login/" | ||
target="_blank"><span>又拍云</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://portal.qiniu.com/home" | ||
target="_blank"><span>七牛云</span></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h5 class="card-title">工具</h5> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.todesk.com/" | ||
target="_blank"><span>ToDesk</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.sojson.com/" | ||
target="_blank"><span>JSON在线工具</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://builtwith.com/" | ||
target="_blank"><span>BuiltWith</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.likefont.com/" | ||
target="_blank"><span>字体识别</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.tablesgenerator.com/" | ||
target="_blank"><span>TablesGenerator</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="http://www.lsjgcx.com/" | ||
target="_blank"><span>商品历史价格</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.164580.com/" | ||
target="_blank"><span>紧固件查询</span></a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col"> | ||
<div class="card h-100"> | ||
<div class="card-body"> | ||
<h5 class="card-title">开发</h5> | ||
<ul class="list-unstyled"> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://www.runoob.com/" | ||
target="_blank"><span>菜鸟教程</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="http://www.w3school.com.cn/" | ||
target="_blank"><span>W3school</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://cdnjs.com/" | ||
target="_blank"><span>CdnJs</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://cdn.bytedance.com/" | ||
target="_blank"><span>字节跳动CDN</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://developer.aliyun.com/mirror/" | ||
target="_blank"><span>阿里巴巴开源</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://mirrors.tuna.tsinghua.edu.cn/" | ||
target="_blank"><span>清华开源镜像</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://staticfile.org/" | ||
target="_blank"><span>Staticfile CDN</span></a> | ||
</li> | ||
<li> | ||
<a rel="nofollow" class="nav-link" href="https://fonts.google.com/" | ||
target="_blank"><span>Google Fonts</span></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
<footer class="py-3 my-4 border-top"> | ||
<span class="text-muted">© 2023 Made with <i class="bi bi-heart-fill text-danger"></i> by Xu Ming</span> | ||
</footer> | ||
</div> | ||
</body> | ||
|
||
</html> |