-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail.html
31 lines (28 loc) · 1.12 KB
/
detail.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="/styles.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
</head>
<body style="background: #222;">
<div class="m-detail-layout">
<div class="m-scene" id="main">
<div class="m-aside scene_element scene_element--fadein">
<h3 class="aside_title">
<a href="index.html#threeGrid" class="m-button">
<span class="txt">← Home</span>
</a>
</h3>
</div>
<div class="m-right-panel m-page scene_element scene_element--fadeinright">
<div class="m-header">
<h1>Detail Page</h1>
</div>
</div>
</div>
</div>
</body>
</html>