Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename HolaMundo.html to index.html #4

Open
wants to merge 16 commits into
base: devel
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 49 additions & 13 deletions index3.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,57 @@
<html>
<!doctype html>

<html lang="es">
<head>

<title>Iframes</title>

<meta charset="utf-8">

<title>HOLA MUNDO</title>
<meta name="description" content="Prueba Hola Mundo">
<meta name="author" content="Basura">

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#14171b">

<link rel="shortcut icon" href="assets/icons/favicon.png">
<link rel="manifest" href="manifest.json">

<!-- Add to home screen for Safari on iOS -->
<link rel="apple-touch-icon" href="assets/icons/ios-180x180.png">

<!-- <link rel="apple-touch-startup-image" href="assets/ios-startup/startup-640x1136.png" media="device-width: 375px">
<link rel="apple-touch-startup-image" href="assets/ios-startup/startup-1080x1920.png" media="device-width: 414px">
<link rel="apple-touch-startup-image" href="assets/ios-startup/startup-640x1136.png" media="(device-width: 320px) and (device-height: 568px)">
<link rel="apple-touch-startup-image" href="assets/ios-startup/startup-640x960.png" media="(device-width: 320px) and (device-height: 480px)">
-->
<meta name="apple-mobile-web-app-title" content="Hola Mundo
">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">

<!-- <link rel="stylesheet" href="css/styles.css?v=1.0"> -->

</head>

<body style="margin: 0px;">

<iframe src="https://micuentadigi.digimobil.es/es"

width="100%" height="100%" marginheight="0" align="top" scrolling="No" frameborder="0" hspace="0" vspace="0">

Texto alternativo para navegadores que no aceptan iframes

</iframe>
<object type="text/html" data="https://micuentadigi.digimobil.es/es" scrolling="no" style="width: 100%;height: 100%;"></object>

<!-- <script src="js/scripts.js"></script> -->
<!--
<script type="text/javascript">
// Set up service worker
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('service-worker.js', {scope: '.'});
}
// Easter Egg to get it full black
// Awesome for OLED screens
if (localStorage.getItem('isDeepBlack')) {
document.body.classList.add('deepblack')
}
</script>
-->
</body>
</html>

</body>

</html>