forked from ambientflix/websiteCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.jsp
More file actions
38 lines (37 loc) · 2.23 KB
/
hello.jsp
File metadata and controls
38 lines (37 loc) · 2.23 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js" integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js' type='text/javascript'
integrity='sha384-zmfsMNrucM3rN4b5thw5WfWYo/krlewoA1acogud/GtvNIYJBsFo1A57Ao19uYjE' crossorigin='anonymous'
data-sri-failover='https://www.tempeunion.org/Static/GlobalAssets/Scripts/min/jquery-ui-1.10.1.min.js'></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<section>
<div style = "background-color:#0c2340;" class = "p-5"></div>
<nav class = "navbar navbar-expand-sm navbar-light sticky-top pb-3 pt-3">
<div class = "row">
<a class = "nav-link"><h2 style = "font-family: 'Noto Sans JP', sans-serif;">AmbientFlix Portal</h2></a>
</div>
</nav>
<div style = "background-color:black;" class = "p-5"></div>
</section>
<section>
<div class = "container-fluid">
<div class = "col-xl-12 mt-5">
$content
</div>
</div>
</section>
</body>
</html>