Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mgea authored Feb 13, 2025
1 parent 8ce9cfe commit 44e75c7
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="UTF-8" />
<link
<meta charset="UTF-8">
<title>Word Travel UX case study</title>
<meta name="application-name" content="DIU- Diseño de interfaces de Usuario">
<meta name="description" content="Documentación de la asignatura Diseño de Interfaces de Usuario de la universidad de Granada">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"
/>
Expand All @@ -15,7 +19,14 @@
<div id="app"></div>
<script>
window.$docsify = {
//...
name: 'Word Travel UX case study',
loadSidebar: false,
maxLevel: 2,
coverpage: true,
themeColor: '#FF7212',
mergeNavbar: true,
topMargin: 90,
repo: 'https://github.com/DIU'
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
Expand Down

0 comments on commit 44e75c7

Please # to comment.