mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
Website
This commit is contained in:
commit
e1ff92c5f0
321
img/firmware.svg
Normal file
321
img/firmware.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 71 KiB |
BIN
img/flix.jpg
Normal file
BIN
img/flix.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
26
index.html
Normal file
26
index.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: #d9d9d7;
|
||||
height: 100vh;
|
||||
}
|
||||
a {
|
||||
width: 60%;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(96643175, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/96643175" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/okalachev/flix">
|
||||
<img src="img/flix.jpg">
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user