-
Notifications
You must be signed in to change notification settings - Fork 30
/
index.html
36 lines (36 loc) · 2.12 KB
/
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
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=11">
<meta name="application-name" content="Minecraft Blacklist">
<meta name="msapplication-TileColor" content="#F1F1F1">
<meta name="description" content="轻松生成属于你的 Pornhub 风格 Logo">
<meta name="keywords" content="Pornhub Logo,Pornhub 图标,生成器,Logo">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
<title>Pornhub Logo</title>
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js" type="5fca8a9aee21829ca4e68b4a-text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" crossorigin="anonymous" type="5fca8a9aee21829ca4e68b4a-text/javascript"></script>
<script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script>
<style type="text/css">*{transition-duration: 0.5s;}.thread img{vertical-align:text-bottom ! important;max-width:100% ! important;margin-top:8px;margin-bottom:8px;max-height:170px ! important;}.thread table{display:block;width:100%;overflow:auto;margin-bottom:8px;}.thread table tr{background-color:#fff;border-top:1px solid #c6cbd1;}.thread table tr:nth-child(2n){background-color:#f6f8fa;}.thread table th,.thread table td{padding:6px 13px;border:1px solid #dfe2e5;font-size:14px;}.thread pre{margin-bottom:16px;}pre{border:none ! important;}blockquote{font-size:15px ! important;}</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Logo Maker</h2>
<p>自定义你的 Pornhub & Youtube 风格 Logo</p>
<hr>
</div>
<div class="col-sm-12">
<p>选择一个风格开始制作</p>
<p>
<a href="pornhub.html"><button class="btn btn-warning">Pornhub 风格</button></a>
<a href="youtube.html"><button class="btn btn-danger">Youtube 风格</button></a>
</p>
</div>
</div>
</div>
</body>
</html>