spt-items-api/resources/views/app.blade.php
2021-10-08 20:44:34 +09:00

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>