go-latestver/frontend/index.html

19 lines
384 B
HTML
Raw Permalink Normal View History

<!doctype html>
<html lang="de">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Go-LatestVer</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="app.css" rel="stylesheet">
<style>
[v-cloak] { display: none; }
</style>
<div id="app" v-cloak></div>
<script src="app.js"></script>
</html>