mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25b6cc49ba
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Origin message was:
------------------
- yWeb: introduce head_close block
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
{=var-set:lcd4linux_png=/tmp/lcd4linux.png=}
|
|
|
|
{=include-block:Y_Blocks.txt;head_ni=}
|
|
<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 type="text/css">
|
|
/*<![CDATA[*/
|
|
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 type="text/javascript">
|
|
//<![CDATA[
|
|
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>
|