Skip to content

Commit

Permalink
mini
Browse files Browse the repository at this point in the history
  • Loading branch information
conncui committed May 24, 2022
1 parent 0ac83f6 commit 72dd4bd
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 97 deletions.
93 changes: 0 additions & 93 deletions home.html

This file was deleted.

92 changes: 88 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,93 @@
<!DOCTYPE html>
<html>
<!doctype html>
<html lang="en">

<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Hello, Bootstrap Table!</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/bootstrap-table.min.css">
</head>

<body>
<h1>sharetest://data/http://www.huxiu.com/</h1>
<iframe src="sharetest://data/http://www.huxiu.com/" style="display:none"></iframe>
<table data-toggle="table">
<thead>
<tr>
<th>Item ID</th>
<th>Item Name</th>
</tr>
</thead>
<tbody>

<tr>
<td>
<a href="https://github.com/conncui/Page/actions">Page/actions</a>
</td>
<td>
<text>Page/actions</text>
</td>
</tr>
<tr>
<td>
<a href="./index.html">sharetest://data/http://www.huxiu.com/</a>
</td>
<td>
<text>sharetest://data/http://www.huxiu.com/</text>
</td>
</tr>

<tr>
<td>
<a href="./linkedin.html">http://www.linkedin.com/m/settings</a>
</td>

<td>
<text>http://www.linkedin.com/m/settings</text>
</td>
</tr>

<tr>
<td>
<a href="./linkedin_pure.html">http://linkedin/m/settings </a>
</td>

<td>
<text>http://linkedin/m/settings</text>
</td>
</tr>


<tr>
<td>
<a href="./linkedin_not_http.html">ppphttp://linkedin/m/settings </a>
</td>

<td>
<text>ppphttp://linkedin/m/settings</text>
</td>
</tr>

<tr>
<td>
<a href="./h5-open-miniprogram/h5/jump-mp.html">h5-open-miniprogram/h5/jump-mp.html </a>
</td>

<td>
<text>h5-open-miniprogram</text>
</td>
</tr>
</tbody>
</table>

<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/bootstrap-table.min.js"></script>
</body>

</html>

0 comments on commit 72dd4bd

Please sign in to comment.