Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Clasificación de Imágenes Médicas de Rayos-X mediante Redes Neuronales Convolucionales
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
migtoqu
Clasificación de Imágenes Médicas de Rayos-X mediante Redes Neuronales Convolucionales
Commits
2f5c9ee5
Commit
2f5c9ee5
authored
3 years ago
by
migtoqu
Browse files
Options
Downloads
Patches
Plain Diff
Subir nuevo archivo
parent
ef9b0c3d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Aplicacion/Templates/principal.html
+40
-0
40 additions, 0 deletions
Aplicacion/Templates/principal.html
with
40 additions
and
0 deletions
Aplicacion/Templates/principal.html
0 → 100644
+
40
−
0
View file @
2f5c9ee5
<!DOCTYPE html>
<html
lang=
"es"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
TFG Miguel
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/HojaEstilo/estilo.css"
>
<link
rel=
'stylesheet'
href=
'https://use.fontawesome.com/releases/v5.7.0/css/all.css'
integrity=
'sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ'
crossorigin=
'anonymous'
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"
></script>
<script
language=
"JavaScript"
type=
"text/javascript"
src=
"../static/JavaScript/javascript.js"
></script>
</head>
<body>
<div
class=
"cabecera"
>
<div
class=
"cabeceraTexto"
>
<h1
class=
"titulo"
>
Diagnóstico de COVID-19
</h1>
<p
class=
"subtitulo"
>
A partir de radografía de tórax
</p>
</div>
<div
class=
"cabeceraImagen"
>
<img
src=
"../static/imagenes/escudo_uva.png"
alt=
"logo"
width=
"200"
height=
"200"
>
</div>
</div>
<div
class=
"contenedorFichero"
>
<div
class=
"contenedorFicheroPrincipal"
>
<label
for=
"fileBrowse"
class=
"btnEstilo"
>
Examinar
</label>
<input
type=
"file"
name=
"myFile"
class=
"inputFile btnEstilo"
title=
""
id=
"fileBrowse"
/>
<p
class=
"inputNameFile"
><i
class=
"far fa-file-image"
style=
"font-size:24px;color:#0190af;margin-right:10px;"
></i>
Nombre de la imagen
</p>
</div>
<div
class=
"boxUpload"
>
<div
id=
"drop_zone"
ondragover=
"return false"
>
<p><i
class=
"fa fa-download"
style=
"font-size:48px;color:#0190af"
></i>
Arrastrar imagen aquí
</p>
</div>
</div>
<p
class=
"btnDiagnosticar btnEstilo btnRight"
><i
class=
"fa fa-search"
style=
"font-size:24px;color:#0190af;margin-right:10px"
></i>
Diagnosticar
</p>
</div>
<div
id=
"ContenedorSecundario"
></div>
<form
id=
"btnResultado"
action=
"/"
method=
"post"
>
<input
type=
"hidden"
name=
"tipo"
value=
"resultado"
>
</form>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment