Skip to content

Instantly share code, notes, and snippets.

View ha10id's full-sized avatar

Anthonio Achiduzu ha10id

  • Mars Weapons Inc.
View GitHub Profile
@ha10id
ha10id / Tabs SASS
Created September 11, 2023 11:12 — forked from alexvas123/Tabs SASS
Tabs SASS
// HTML //
<article class="text">
<div class="tabs">
<div class="tab">
<input type="radio" name="css-tabs" id="tab-1" checked class="tab-switch">
<label for="tab-1" class="tab-label">Рекорд</label>
<div class="tab-content">
<img src="img/album6.jpg" alt="альбом By the Way">
<p>Альбом By the Way был выпущен в июле 2002 г. Он вышел на первое место в хит-парадах Британии, Швейцарии, Австрии, Швеции и Новой Зеландии, на второе &#8211; в США и во Франции.</p>
@ha10id
ha10id / example_linkscfg.json
Created April 15, 2019 18:50 — forked from astromechza/example_linkscfg.json
Simple Golang program for rendering a web page for my micro server: a simple landing page with useful links. This gist is in leu of a repo.
[
{
"Name": "Router Login",
"Description": "The login page for the ADSL router",
"URL": "http://192.168.1.1"
}
]
<html>
<head>
<meta
http-equiv="Content-Type"
content="text/html; charset=utf-8"
/>
<style type="text/css">
${
CSS !".body {
font-family: sans-serif;