Added layout.css, added some stuff to layout.html, and finished websites.md
parent
281dbaf527
commit
a5fd0abec2
|
@ -4,6 +4,11 @@
|
||||||
<title>Example Layout</title>
|
<title>Example Layout</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1>Example Layout</h1>
|
||||||
|
<nav>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
17
websites.md
17
websites.md
|
@ -0,0 +1,17 @@
|
||||||
|
# Websites used to make this Website Design project
|
||||||
|
|
||||||
|
DavidDGTNT's Guacamole - [https://daviddgtntshouse.tk:8092/guacamole](https://daviddgtntshouse.tk:8092/guacamole)
|
||||||
|
DavidDGTNT's Git Server - [https://daviddgtntshouse.tk/cgit](https://daviddgtntshouse.tk/cgit)
|
||||||
|
DavidDGTNT's Code-Server proxy - [https://daviddgtntvm-dugo3number2.cdr.io](https://daviddgtntvm-dugo3number2.cdr.io)
|
||||||
|
|
||||||
|
To modify anything on any of these websites, you require a login. If you absolutely require it, you can ask David at his email, which is [david@dgtntstudios.tk](mailto:david@dgtntstudios.tk).
|
||||||
|
|
||||||
|
The source code for all of these programs is freely available.
|
||||||
|
[Apache Guacamole Server - https://github.com/apache/guacamole-server](https://github.com/apache/guacamole-server)
|
||||||
|
[Apache Guacamole Client - https://github.com/apache/guacamole-client](https://github.com/apache/guacamole-client)
|
||||||
|
[CGit - https://git.zx2c4.com/cgit](https://git.zx2c4.com/cgit/)
|
||||||
|
[code-server - https://github.com/cdr/code-server](https://github.com/cdr/code-server)
|
||||||
|
|
||||||
|
The server these are hosted on runs Ubuntu 20.04 and is a VM running under Proxmox Virtual Environment, based on Debian 11 Bullseye.
|
||||||
|
|
||||||
|
All of these programs are web-based, which means they can all be accessed over the internet and accessed through Google Chrome or another web browser.
|
Loading…
Reference in New Issue