mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
This PR adds a "web highlights" section to the work page. Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/34
12 lines
No EOL
792 B
PHP
12 lines
No EOL
792 B
PHP
<style><?= VV::css("public/assets/css/pages/work/archive") ?></style>
|
|
<section>
|
|
<h1>This is an archived website!</h1>
|
|
<p>You're about to view an archived version of this website on my domain. Everything you see, and all features that are available on the archived website have been recreated to simulate the real behavior as closely as possible. Some features can unfortunately not be simulated properly and have been disabled completely. No actions you take on this website have any real effects.</p>
|
|
</section>
|
|
<section>
|
|
<a href="<?= $_GET["href"] ?? "" ?>" target="_blank"><button class="inline solid">
|
|
<p>Proceed to website</p>
|
|
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
|
</button></a>
|
|
</section>
|
|
<script><?= VV::js("public/assets/js/pages/work/archive") ?></script>
|