<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A Tech Talk</title>
<style>
/* This is Liquid templating via Eleventy */
{% include "./css/vertical-center.css" %}
{% include "./css/captions.css" %}
{% include "./css/avatars.css" %}
</style>
</head>
<body>
<h1>Let’s move our styles inline.</h1>
</body>
</html>
index.html