Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Dung Diego
/
ocr-tool
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dung Diego
2026-07-16 08:55:37 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
157ed88341514756bbb48071b691e583e05320d2
157ed883
1 parent
688c28ec
up
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/views/dashboard.blade.php
resources/views/dashboard.blade.php
View file @
157ed88
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title></title>
<title>
Demo
</title>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"
>
<link
rel=
"stylesheet"
href=
"{{ asset('AdminLTE/plugins/fontawesome-free/css/all.min.css') }}"
>
<link
rel=
"stylesheet"
href=
"https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"
>
...
...
@@ -20,7 +20,7 @@
<div
class=
"wrapper"
>
<div
class=
"content-wrapper position-relative"
>
<section
class=
"contents"
>
<div
id=
"app"
class=
"
container mt-3
"
>
<div
id=
"app"
class=
""
>
<button
class=
"btn btn-primary"
@
click=
"$refs.pdf.click()"
>
<i
class=
"fas fa-upload"
></i>
Upload PDF
</button>
...
...
Please
register
or
sign in
to post a comment