2021-10-08 20:44:34 +09:00
|
|
|
<!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">
|
2021-10-10 13:01:48 +09:00
|
|
|
<title>SPT Items API</title>
|
|
|
|
{{-- <link rel="stylesheet" href="dist/app.css"/>--}}
|
2021-10-08 20:44:34 +09:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-10-10 13:01:48 +09:00
|
|
|
<h1>SPT Items API</h1>
|
2021-10-08 20:44:34 +09:00
|
|
|
<div id="app">
|
|
|
|
</div>
|
2021-10-10 13:01:48 +09:00
|
|
|
{{--<script src="dist/app.js"></script>--}}
|
2021-10-08 20:44:34 +09:00
|
|
|
</body>
|
|
|
|
</html>
|