Skip to content
Merged
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
22 changes: 18 additions & 4 deletions rodan-client/code/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="./resources/favicon.ico" type="image/x-icon">
<link rel="shortcut icon"
href="./resources/favicon.ico"
type="image/x-icon">
<link rel="icon" href="./resources/favicon.ico" type="image/x-icon">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rodan Client</title>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> -->
<!-- <link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous"> -->
<link rel="stylesheet" href="default.css">
<!--[if gt IE 8]><!-->
<!-- Yahoo currently only hosts this page on http. This is a problem when we are using https.
<!-- Yahoo currently only hosts this page on http. This is a problem when we are using https.
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css"> -->
<!-- <link rel="stylesheet" href="./resources/grids-responsive-min.css"> -->
<!-- <link rel="stylesheet" href="./resources/grids-responsive-min.css"> -->
<!--<![endif]-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T7MKD6GMW7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-T7MKD6GMW7');
</script>
</head>
<body>
<div id="app">
Expand Down