-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
46 lines (40 loc) · 1.61 KB
/
template.html
File metadata and controls
46 lines (40 loc) · 1.61 KB
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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="ja">
<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>テンプレート/砂漠の砂漠</title>
<link rel="stylesheet" href="c.css">
</head>
<body>
<div class="middle">
<p class="hd">
<a href="index.html" style="border:none;"><img src="2462E5EF-BB79-451F-A65A-A912ABEF918A.jpeg"
alt="砂漠の砂漠 Hide-out" width="60%"></a>
</p>
<div class="mb">
<a href="https://www.youtube.com/@Ojihineko" target="_blank" rel="noopener noreferrer"
style="text-decoration: none;"><span style="color: #f0a;">Youtube <span /></a>
<a href="https://twitter.com/Ojihineko" target="_blank" rel="noopener noreferrer"
style="text-decoration: none;"><span style="color: #0ff;"> Twitter</span></a>
</div>
<div class="container">
<div class="left-menu">
<div id="side">
abcdef<!--ここでinframeやobjectを使うとサイドバーのウィンドウ内自体にリンク先が表示されて入れ子みたいになるからJavaScriptで書き換えを行う。-->
</div>
</div>
<div class="main-contents">
あいうえお
</div>
</div>
</div>
<style id="change">
</style>
<script src="side.js"></script>
<script src="colorChange.js"></script>
<style id="change">
</style>
</body>
</html>