master
Zenls 6 years ago
parent 6e161969da
commit 4186a64039
  1. 34
      www/index.php
  2. 68
      www/style.css

@ -0,0 +1,34 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Video</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="container">
<div id="header">
<h1>Чето напишем</h1>
</div>
<div id="menu">
<table>
<tr>
<td id="menu1"><a href="index.php">Page 1</a></td>
</tr>
<tr>
<td id="menu2"><a href="stitch.php">Page 2</a></td>
</tr>
<tr>
<td id="menu3"><a href="slam.php">Page 3</a></td>
</tr>
</table>
</div>
<div id="content">
<img style="-webkit-user-select: none;" src="http://10.174.136.143:8081/">
</div>
<div id="clear">
</div>
</div>
</body>
</html>

@ -0,0 +1,68 @@
h1 {
color: #006363;
font-size: 50pt;
font-family: Georgia, Times, serif;
font-weight: normal;
}
body {
background: #e2e2e2;
color: #000000;
font-family: Trebuchet MS, Arial, Times New Roman;
font-size: 12px;
}
#container {
background: #FFFFFF;
margin: 30px auto;
width: 900px;
height: 1000px;
}
#header {
text-align: center;
background: #5CCCCC;
height: 100px;
width: 900px;
}
#navigation {
background: #a2a2a2;
width: 900px;
height: 20px;
}
#menu {
background: #ffffff;
float: left;
width: 150px;
height: 600px;
}
#content {
margin-top:30px;
background: #ffffff;
float: right;
width: 750px;
height: 600px;
}
#footer {
background: #838283;
height: 180px;
width: 900px;
}
#clear {
clear:both;
}
#textArea{
background: #EEFFFF;
color: #000000;
font-family: Trebuchet MS, Arial, Times New Roman;
font-size: 15px;
resize: none;
}
Loading…
Cancel
Save