Skip to content
Snippets Groups Projects
Commit 7dd1c0cf authored by javigom's avatar javigom
Browse files

Upload New File

parent e0596156
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<title>Gasto Mundial Militar y en Educación</title>
<meta charset="UTF-8" />
<link href="estilo.css" rel="stylesheet">
</head>
<body>
<center>
<h1>Gasto Mundial Militar y en Educación</h1>
<div class="main">
<div id="grafico" class="grafico">
</div>
<div class="controls">
<div class="controls">
<p><label><input type='checkbox' id="mil" checked='true'>Militar</label></p>
<p><label><input type='checkbox' id="edu" checked='true'>Educativo</label></p>
<p><label><input type='checkbox' id="pib" checked='true'>En función del PIB</label></p>
<p>
<b>Fecha Inicial: </b><input type="text" id="fecha1" value="1960">
<br><br>
<b>Fecha Final: </b><input type="text" id="fecha2" value="2021">
</p>
</div>
</div>
</div>
</center>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment