このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kikikan/backend/resources/views/pages/pdf.blade.php

40 行
1.7 KiB
PHP
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta http-equiv="content-type" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no,email=no,address=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name=”robots” content=”noindex” />
<link rel="shortcut icon" href="{{asset('assets/img/common/icon.png')}}">
<meta name="theme-color" content="#ffffff" />
<link rel="apple-touch-icon" href="Web http://dummydummydummydummydummydummydummy" />
<meta name="apple-mobile-web-app-title" content="ほげほげ" />
<meta name="msapplication-config" content="/config/browserconfig.xml" />
<title>KIKIPDF</title>
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" rel = "stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
</head>
<body class="">
<div id="pdf-preview"></div>
<input type="hidden" value={{ $path }} id="pdf-url">
</body>
<script src="{{ asset('js/app.js') }}"></script>
</html>