mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
added basic csh bootstrap theme
This commit is contained in:
parent
a78529f2b1
commit
2f9f8d164e
9 changed files with 124 additions and 53 deletions
|
@ -1,21 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a href="/proxstar/">VM List</a>
|
||||
|
||||
<br><br>
|
||||
|
||||
Create VM
|
||||
|
||||
<br><br>
|
||||
{% extends "base.html" %}
|
||||
{% block body %}
|
||||
|
||||
<form action="get_create" method="post">
|
||||
<label for="name">VM Name</label>
|
||||
|
@ -37,5 +21,4 @@ Create VM
|
|||
<input type="submit">
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue