projects
/
VSoRC
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a160864c558358dfc95821ef340673eb8e1edded
[VSoRC/.git]
/
src
/
views
/
topology.ejs
1
<!DOCTYPE html>
2
<html>
3
4
<head>
5
<title></title>
6
<link rel="stylesheet" type="text/css" href="/styles/main.css" />
7
<%include ../../partials/head%>
8
</head>
9
10
<body>
11
<header>
12
<%include ../../partials/header%>
13
</header>
14
</body>
15
<footer>
16
<%include ../../partials/footer%>
17
</footer>
18
19
20
</html>