14 lines
376 B
HTML
14 lines
376 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Plex Together</title>
|
|
<link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="static/favicon.ico" type="image/x-icon">
|
|
</head>
|
|
<body style="height: 100%">
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|