projects
/
VSoRC
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
se intento agregar encender el vsorc desde la web
[VSoRC/.git]
/
src
/
views
/
access.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>