mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
11 lines
192 B
HTML
11 lines
192 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Vue</title>
|
|
</head>
|
|
<body>
|
|
<h1>Vue</h1>
|
|
<script src="./build/bundles.min/vue.js"></script>
|
|
</body>
|
|
</html> |