You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="zh-CN">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>使用 import</title>
|
||
|
<link rel="stylesheet" href="./css/app.css">
|
||
|
<link rel="stylesheet" href="./css/Import.css">
|
||
|
<link rel="import" href="./Import.html" id="menu"></head>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div class="menu">
|
||
|
<div class="import-box">
|
||
|
<h2>加载失败了</h2>
|
||
|
<a href="#" onclick="window.top.location='./Index.html';">首页</a>
|
||
|
<a href="#" onclick="window.top.location='./UseIframe.html';">使用 iframe</a>
|
||
|
<a href="#" onclick="window.top.location='./UseObject.html';">使用 object</a>
|
||
|
<a href="#" onclick="window.top.location='./UseLink.html';">使用 link</a>
|
||
|
<a href="#">使用 bootstrap 等框架</a>
|
||
|
<a href="#" onclick="window.top.location='./UseJs.html';">使用 js</a>
|
||
|
<a href="#" onclick="window.top.location='./UseJquery.html';">使用 jquery</a>
|
||
|
<a href="#">使用 动态网页技术</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="context">
|
||
|
<span>使用Link.Import 内容区</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|