tatvilweb/oposiciones/markdown/index.html

27 lines
968 B
HTML

<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apuntes Oposiciones</title>
<script type="module" src="https://cdn.jsdelivr.net/npm/zero-md@3"></script>
</head>
<body style="background-color: #0d1117; margin: 0; padding: 20px;">
<zero-md src="temario.md">
<template>
<style>
.markdown-body {
background-color: #0d1117 !important;
color: #c9d1d9 !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.6;
}
/* Esto ayuda a ver si el componente ha cargado algo */
.markdown-body h1 { border-bottom: 1px solid #30363d; padding-bottom: 0.3em; color: #58a6ff; }
</style>
</template>
</zero-md>
</body>
</html>