17 lines
385 B
PHP
17 lines
385 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Vue and Lumen</title>
|
|
<link rel="stylesheet" href="dist/app.css"/>
|
|
</head>
|
|
<body>
|
|
<h1>My App</h1>
|
|
<div id="app">
|
|
</div>
|
|
<script src="dist/app.js"></script>
|
|
</body>
|
|
</html>
|