-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (17 loc) · 910 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
</head>
<body class="container">
<div class="page-header"></div>
<div class="jumbotron">
<h1>Hello, world!</h1>
<p>Welcome to my github home page. I'm proud to present to you the new CRUDA APP :-P, feel free to check it out.</p>
<p><a class="btn btn-primary btn-lg" href="http://amhrn.github.io/cruda/" role="button">CRUDA APP</a></p>
</div>
</body>
</html>