Skip to content

Instantly share code, notes, and snippets.

View RedWdog's full-sized avatar
💭
green horn novice newbie

RedWdog

💭
green horn novice newbie
View GitHub Profile
@RedWdog
RedWdog / index.html
Created July 10, 2025 11:09
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Exploding Intro</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
html, body {
@RedWdog
RedWdog / index.html
Created July 10, 2025 11:09
Untitled
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>My Online Store</title>
<link rel="stylesheet" href="style.css">
</head>
<body> <div id="home" class="product-list active">
@RedWdog
RedWdog / index.html
Created July 10, 2025 11:08
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FitPro Trainer</title>
<style>
body {
@RedWdog
RedWdog / index.html
Created July 10, 2025 11:08
Untitled
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Top 5 Indoor Plants for Small Apartments</title>
<meta name="description" content="Discover the best low-maintenance indoor plants that thrive in small apartment spaces.">
<style>
body {
font-family: sans-serif;
@RedWdog
RedWdog / index.html
Created July 10, 2025 11:06
Untitled
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Budgeting Tips for Beginners</title>
<meta name="description" content="Learn easy budgeting tips to help you manage your money, save more, and spend smarter—even if you're just getting started.">
@RedWdog
RedWdog / index.html
Created July 10, 2025 11:05
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
@RedWdog
RedWdog / index.html
Created July 10, 2025 11:03
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
@RedWdog
RedWdog / index.html
Created March 20, 2025 12:19
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Elements as Buttons</title>
<style>
body {
font-family: Arial, sans-serif;