Makes a very basic Hello World

This commit is contained in:
2016-01-25 16:34:29 +01:00
parent 9095a71f7a
commit d1d6cad190

View File

@@ -1,8 +1,19 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Hello World !</title> <meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/css/bootstrap.min.css" rel="stylesheet" />
<link rel="icon" href="https://satellite.bar/images/sat.ico" />
<title>satbd: explorez la betheque de sat</title>
</head> </head>
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
<script src="/js/angular.min.js"></script>
<script src="/js/angular-animate.min.js"></script>
<script src="/js/ui-bootstrap-1.1.0.min.js"></script>
</body> </body>
</html> </html>