-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlist-head.htmlpart
26 lines (26 loc) · 1004 Bytes
/
list-head.htmlpart
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vauban</title>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/font-awesome-4.5.0/css/font-awesome.min.css">
<!-- Include roboto.css to use the Roboto web font, material.css to include the theme and ripples.css to style the ripple effect -->
<link href="/css/roboto.min.css" rel="stylesheet">
<link href="/css/material.min.css" rel="stylesheet">
<link href="/css/ripples.min.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
</head>
<body style="padding-top: 70px;">
<nav class="navbar navbar-warning navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<b><img alt="Vauban" src=""></b>
</a>
</div>
</div>
</nav>
<div class="container">
<ul class="file-list">
<!-- head end -->