10 wiersze
303 B
HTML
10 wiersze
303 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="img/mystic-symbolic-icon.png" />
|
|
<link rel="stylesheet" href="browser-main.css" />
|
|
<noscript>
|
|
<p>Alas, you need JavaScript to peruse this page.</p>
|
|
</noscript>
|
|
<div id="app" className="app"></div>
|
|
<script src="browser-main.js"></script>
|