mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: bd1c95b447
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-05 (Sun, 05 Mar 2023)
Origin message was:
------------------
- yWeb: drop head_ni
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
{=var-set:lcd4linux_png=/tmp/lcd4linux.png=}
|
|
|
|
{=include-block:Y_Blocks.txt;head=}
|
|
<meta http-equiv="refresh" content="15; URL=ylcd4linux.yhtm">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16">
|
|
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#212121">
|
|
<link rel="manifest" href="/lcd4linux/manifest.json">
|
|
<meta name="theme-color" content="#212121">
|
|
|
|
<style>
|
|
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
background-color: #212121;
|
|
color: #bdbdbd;
|
|
height: 100%;
|
|
}
|
|
|
|
.ylcd4linux {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
jQuery(document).ready(function() {
|
|
jQuery('#screenshot').attr("src", "{=var-get:lcd4linux_png=}?" + Math.random());
|
|
jQuery('html head').find('title').text("yLCD4Linux");
|
|
});
|
|
</script>
|
|
{=include-block:Y_Blocks.txt;head_close=}
|
|
|
|
<body>
|
|
<div class="ylcd4linux">
|
|
{=if-file-exists:{=var-get:lcd4linux_png=}~
|
|
<img id="screenshot" border="0" src="" alt=""/>
|
|
~
|
|
<div>{=var-get:lcd4linux_png=} not found</div>
|
|
=}
|
|
</div>
|
|
</body>
|
|
</html>
|