projects
/
Evergreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LP#1775466 Angular(6) base application
[Evergreen.git]
/
Open-ILS
/
src
/
eg2
/
src
/
app
/
welcome.component.html
1
<div class="jumbotron">
2
<h1 i18n class="display-3">Welcome to Webby</h1>
3
<p i18n class="lead">
4
If you see this page, you're probably in good shape...
5
</p>
6
<hr class="my-4"/>
7
<p i18n>
8
But maybe you meant to go to the
9
<a routerLink="/staff/splash">staff page</a>
10
</p>
11
</div>