Added layout.css, added some stuff to layout.html, and finished websites.md

master
DavidDGTNT 2021-11-16 19:59:19 +00:00
parent 281dbaf527
commit a5fd0abec2
3 changed files with 23 additions and 1 deletions

0
layout.css Normal file
View File

View File

@ -4,6 +4,11 @@
<title>Example Layout</title>
</head>
<body>
<header>
<h1>Example Layout</h1>
<nav>
</nav>
</header>
</body>
</html>

View File

@ -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.