add copyright and link to source code

This commit is contained in:
Luca Conte 2025-05-14 14:59:30 +02:00
parent 5d99d16aa4
commit c6d87312ca
1 changed files with 16 additions and 0 deletions

View File

@ -121,6 +121,18 @@
.lookAt { .lookAt {
color: #a6e3a1; color: #a6e3a1;
} }
#copyright {
position: absolute;
bottom: var(--padding);
right: var(--padding);
text-shadow: 0px 0px 10px black;
text-align: right;
}
#copyright a {
color: #89b4fa;
}
</style> </style>
</head> </head>
<body> <body>
@ -137,6 +149,10 @@
Backface Culling: <input type="checkbox" id="backfaceCulling" autocomplete="off"> Backface Culling: <input type="checkbox" id="backfaceCulling" autocomplete="off">
</div> </div>
</div> </div>
<div id="copyright">
<a href="https://git.lgc.sh/HSH/cg1-visualisations">Source Code</a><br>
&copy; 2025 Luca Conte, Dennis Allerkamp
</div>
</div> </div>
<div id="controls"> <div id="controls">
<div id="matrices"> <div id="matrices">