mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-01 00:13:14 +05:30
23 lines
515 B
Plaintext
23 lines
515 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Visor</title>
|
||
|
<meta content="">
|
||
|
<link rel="stylesheet" href="/css/pure-min.css">
|
||
|
<link rel="stylesheet" href="/css/grids-responsive-min.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="pure-g">
|
||
|
<div class="pure-u-1 pure-u-md-1-5"></div>
|
||
|
<div class="pure-u-1 pure-u-md-3-5">
|
||
|
<%= content %>
|
||
|
</div>
|
||
|
<div class="pure-u-1 pure-u-md-1-5"></div>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|