spt-items-api/resources/views/app.blade.php
2021-10-10 13:01:48 +09:00

17 lines
408 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>SPT Items API</title>
{{-- <link rel="stylesheet" href="dist/app.css"/>--}}
</head>
<body>
<h1>SPT Items API</h1>
<div id="app">
</div>
{{--<script src="dist/app.js"></script>--}}
</body>
</html>