Skip to content

Instantly share code, notes, and snippets.

@tildeee
tildeee / index.html
Created November 17, 2018 21:45
intro to jQuery exercise: Pets Table
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Very good Tacocat site</title>
<!-- Include and load my CSS file! -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" />
<link href="main.css" rel="stylesheet" />
</head>
<body>