mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08:00
27 lines
598 B
HTML
27 lines
598 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
[1]
|
||
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||
|
[2]
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="page-container">
|
||
|
<div id="content-wrap">
|
||
|
<h1>[3]</h1>
|
||
|
</div>
|
||
|
<div id="empty-space">
|
||
|
</div>
|
||
|
<div id="footer">
|
||
|
[4]<br />
|
||
|
[5]
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|