This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:20.04 | |
LABEL maintainer="reinangabriel1520@gmail.com" | |
LABEL version="0.1" | |
LABEL description="Imagem para escrever TCCS em Markdown e gerar PDFs em conformidades com as Normas da ABNT usando o limarka" | |
ENV LANG=pt_BR.UTF8 | |
# Update Ubuntu Software repository | |
RUN apt update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Controllers\Dashboard; | |
use App\User; | |
use Illuminate\Http\Request; | |
use App\Http\Controllers\Controller; | |
class UsersController extends Controller | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<video></video> | |
<br/> | |
<input type="file" name="file" id="fileItem" onchange="onChange()" > |