Skip to content

Instantly share code, notes, and snippets.

@DJuliny
DJuliny / index.html
Created March 23, 2020 21:07
Tea Cozy Website Project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tea Cozy</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<link rel="icon" type="image/ico" href="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-4/img-tea-cozy-logo.png"/>
</head>
<body>
@DJuliny
DJuliny / index.html
Created March 13, 2020 15:40
My Website Style Guide
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website Style Guide</title>
<link rel="stylesheet" href="styles.css" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Dancing+Script:400,500,700|Nanum+Gothic:400,700,800|Spartan:500,700,900&display=swap" rel="stylesheet">
</head>
<body>
@DJuliny
DJuliny / index.html
Last active April 25, 2024 20:15
My Cheat Sheet: Table Reference
<!DOCTYPE html>
<html>
<head>
<title>My Cheat Sheet: HTML Table Reference</title>
<link href="./styles.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<h1>HMTL Table Reference</h1>
<nav>