[WIP] Refactor project
This commit is contained in:
22
resources/views/vendor/web-tinker/web-tinker.blade.php
vendored
Normal file
22
resources/views/vendor/web-tinker/web-tinker.blade.php
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user