15 lines
368 B
HTML
15 lines
368 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>CasparCG Controller</title>
|
|
<link href="foundation.css" rel="stylesheet" />
|
|
<link href="main.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="row">
|
|
<div class="small-3 columns" id="menu"></div>
|
|
<div class="small-9 columns" id="content"></div>
|
|
</div>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|