mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
16 lines
374 B
HTML
16 lines
374 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="../photon-colors.css">
|
|
<link rel="stylesheet" href="../photon-widgets.css">
|
|
<link rel="stylesheet" href="styles/index.css">
|
|
|
|
<script src="index.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|