CodeBase | Frontend | #макет
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
CodeBase | Frontend | #html #css
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
CodeBase | Frontend | #scss_js
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
CodeBase | Frontend | #plugins
Please open Telegram to view this post
VIEW IN TELEGRAM
Bookmarks поможет вам ориентироваться в коде, легко и быстро перемещаясь между важными позициями. Также поддерживается набор команд выделения, позволяющий выделять строки с закладками и области между строками с закладками.
CodeBase | Frontend | #плагин
Please open Telegram to view this post
VIEW IN TELEGRAM
docker run -d \
--init \
--name memos \
--publish 5230:5230 \
--volume ~/.memos/:/var/opt/memos \
neosmemo/memos:stable
CodeBase | Frontend | #react
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
<noscript>
отображает альтернативный контент в браузерах без поддержки скриптов или с отключенным JavaScript. <noscript>
Видео не может проигрываться, так как JavaScript отключен.
</noscript>
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
</head>
<body>
<h1>Пример тега noscript</h1>
<noscript>
<h2>JavaScript отключен в вашем веб-браузере. Некоторые функции не будут работать.</h2>
<style type="text/css">
#main-content { display: none; }
</style>
</noscript>
<div id="main-content">
<h2>JavaScript включен!</h2>
</div>
</body>
</html>
<meta>
с атрибутом http-equiv="refresh"
и атрибутом content,
указывающим интервал времени до перенаправления. <noscript>
<meta http-equiv="refresh" content="0;URL=ShowErrorPage.html">
</noscript>
CodeBase | Frontend | #js
Please open Telegram to view this post
VIEW IN TELEGRAM
CodeBase | Frontend | #plugin
Please open Telegram to view this post
VIEW IN TELEGRAM