mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: consolidate eject examples (#162)
This commit is contained in:
@@ -18,8 +18,15 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
<body style="display: flex; flex-direction: column; min-height: 100vh; max-width: 960px; padding: 1rem">
|
||||
<h1>Video.js 10 HTML Demos</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/minimal.html">Minimal Skin (imported)</a></li>
|
||||
<li><a href="/minimal-eject.html">Minimal Skin (ejected)</a></li>
|
||||
<li><a href="/frosted.html">Frosted Skin (imported)</a></li>
|
||||
<li><a href="/frosted-eject.html">Frosted Skin (ejected)</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user