From 377dd726307c7590a6741486a6277ad8daeeea63 Mon Sep 17 00:00:00 2001 From: Theron Stewart <93939361+vudu13@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:56:20 -0700 Subject: [PATCH] Update index.md Added code example --- index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.md b/index.md index 745123f..12333c0 100644 --- a/index.md +++ b/index.md @@ -7,4 +7,13 @@ Added examples of headers +Added an image! ![Image of a sand garden](https://images.pexels.com/photos/13572878/pexels-photo-13572878.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) + +Activity: Adding a code example + +``` bash +#!/bin/bash +echo "Hello, world!" + +```