thead.html - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
(HTM) git clone git://src.adamsgaard.dk/cosmo
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
thead.html (1328B)
---
1 <!DOCTYPE html>
2 <!--<html lang="en" ng-app="cosmoApp">-->
3 <html lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6
7 <!-- let browser know the website is optimized for mobile -->
8 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
9
10 <title>MCMC Cosmo Calculator</title>
11
12 <!-- Favicons-->
13 <link rel="apple-touch-icon-precomposed" href="img/favicon-apple-touch-icon-152x152.png">
14 <meta name="msapplication-TileColor" content="#FFFFFF">
15 <meta name="msapplication-TileImage" content="img/favicon-mstile-144x144.png">
16 <link rel="icon" href="img/favicon-32x32.png" sizes="32x32" type="image/png">
17
18 <!-- Android 5 Chrome Color-->
19 <meta name="theme-color" content="#00aeed">
20
21 <!-- Google material icons -->
22 <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
23 rel="stylesheet">
24
25 <!-- materialize -->
26 <link href="css/materialize.css" type="text/css" rel="stylesheet"
27 media="screen,projection"/>
28 <link href="css/style.css" type="text/css" rel="stylesheet"
29 media="screen,projection"/>
30 <link type="text/css" rel="stylesheet" href="css/materialize.css"
31 media="screen,projection"/>
32