2020-07-05 23:02:00 -05:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta charset = "utf-8" >
< link rel = "stylesheet" href = "https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity = "sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin = "anonymous" >
2020-08-02 21:57:53 -05:00
2020-07-05 23:02:00 -05:00
< link rel = "stylesheet" href = "https://unpkg.com/purecss@1.0.0/build/grids-responsive-min.css" >
2020-08-02 21:57:53 -05:00
2020-07-05 23:02:00 -05:00
2020-08-02 21:57:53 -05:00
<!--Importar Iconos -->
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" >
2020-07-05 23:02:00 -05:00
2020-08-02 21:57:53 -05:00
< link rel = "stylesheet" type = "text/css" href = "style.css" media = "screen" >
< link rel = "stylesheet" href = "https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity = "sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin = "anonymous" >
< title > HACKATHON REGISTRO</ title >
< link rel = "shortcut icon" href = "img/icono.png" >
2020-07-05 23:02:00 -05:00
< body >
< noscript >
< strong > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</ strong >
</ noscript >
< div id = "app" ></ div >
<!-- built files will be auto injected -->
</ body >
</ html >