Skip to content

Instantly share code, notes, and snippets.

@murac
Created August 9, 2016 21:36
Show Gist options
  • Save murac/2b3d13852934740a38dfdf280812a017 to your computer and use it in GitHub Desktop.
Save murac/2b3d13852934740a38dfdf280812a017 to your computer and use it in GitHub Desktop.
<head>
<meta charset="utf-8">
<title>Detoxify</title>
<base href="/angular/detox2/">
<!--<base href="/">-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="./css/materialize.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/datatable.css">
<link rel="stylesheet" href="./css/material.css">
<script type="text/javascript" src="./js/jquery-3.1.0.min.js"></script>
<script src="./js/materialize.min.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment