Code Review
/
eliot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Home page carousel"
[eliot.git]
/
blueprints
/
common
/
eliot-ui
/
frontend-src
/
src
/
index.html
1
<!doctype html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<title>ELIOT PORTAL</title>
6
<base href="/">
7
8
<meta name="viewport" content="width=device-width, initial-scale=1">
9
<link rel="icon" type="image/x-icon" href="./assets/images/ioticon5.png">
10
</head>
11
<body>
12
<app-root></app-root>
13
</body>
14
</html>