-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathume2.html
35 lines (35 loc) · 865 Bytes
/
ume2.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
<!DOCTYPE html>
<html>
<head>
<title>Jouhouhan ARs</title>
<style>
#left{
position: absolute;
top: 0;
left: 0px;
width: 18%;
height: 100%;
text-align: center;
}
#right{
position: absolute;
top: 0;
right: 0;
left: 18%;
height: 100%;
border-left: 2px solid #ccc;
}
iframe {
border: none;
height: 100%;
width: 100%;
}
</style>
</head>
<div id="left">
<iframe src="menu.html"></iframe>
</div>
<div id="right" width="100%">
<iframe src="ume2p.html"></iframe>
</div>
</html>