Skip to content

Commit

Permalink
l
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorciney committed Feb 21, 2020
1 parent 38bcc79 commit 7d6189b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file removed assets/.DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="./assets/styles/telenet.css">
<link rel="stylesheet" href="/assets/styles/telenet.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="./styles.css"></head>
<link rel="stylesheet" href="styles.css"></head>
<body class="minimal-page">
<div class="content-wrap">
<header>
<div class="width--full fixed-header">
<div class="container">
<div class="logo">
<img class="hidden-mobile" src="./assets/img/logo.svg" alt="logo Telenet">
<img class="hidden-mobile" src="/assets/img/logo.svg" alt="logo Telenet">
</div>

<div class="language-selector">
Expand All @@ -33,5 +33,5 @@
</header>
<app-root></app-root>
</div>
<script src="./runtime-es2015.js" type="module"></script><script src="./runtime-es5.js" nomodule defer></script><script src="./polyfills-es5.js" nomodule defer></script><script src="./polyfills-es2015.js" type="module"></script><script src="./scripts.js" defer></script><script src="./main-es2015.js" type="module"></script><script src="./main-es5.js" nomodule defer></script></body>
<script src="runtime-es2015.js" type="module"></script><script src="runtime-es5.js" nomodule defer></script><script src="polyfills-es5.js" nomodule defer></script><script src="polyfills-es2015.js" type="module"></script><script src="scripts.js" defer></script><script src="main-es2015.js" type="module"></script><script src="main-es5.js" nomodule defer></script></body>
</html>

0 comments on commit 7d6189b

Please sign in to comment.