forked from pauliceia/pauliceia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·25 lines (20 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta charset="UTF-8">
<title>Portal Pauliceia 2.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="description of portal"/>
<meta name="robots" content="noindex, nofollow"/>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:300,500' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic|Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="base" href="http://www.pauliceia.dpi.inpe.br/portal">
<link rel="shortcut icon" type="image/png" href="static/images/favicon.png"/>
</head>
<body>
<section id="app"></section>
</body>
</html>