[WIP] Refactor project

This commit is contained in:
Ludovic CANDELLIER
2021-05-21 00:21:05 +02:00
parent f4ab8e71a8
commit 64abc46d99
347 changed files with 14104 additions and 1608 deletions

View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en" class="theme-{{ config('web-tinker.theme') }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>Web Tinker</title>
<!-- Style sheets-->
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i,600" rel="stylesheet">
<link href='{{ asset(mix('app.css', 'vendor/web-tinker')) }}' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="web-tinker" v-cloak>
<tinker path="{{ $path }}"></tinker>
</div>
<script src="{{ asset(mix('app.js', 'vendor/web-tinker')) }}"></script>
</body>
</html>