File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/pages/software-development Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import { Image } from " astro:assets" ;
3
- import Head from " ../../components/Head.astro" ;
4
3
import Navbar from " ../../components/Navbar.astro" ;
5
4
import qrcode from " ../../assets/escape-room-qrcode.png" ;
6
5
import escapeRoomLayout from " ../../assets/escape-room-wide.jpg" ;
@@ -9,12 +8,15 @@ import escapeRoomDetail from "../../assets/escape-room-detail.jpeg";
9
8
10
9
<!DOCTYPE html >
11
10
<html lang =" en" >
12
- <Head title =" Escape Room" >
11
+ <head >
12
+ <meta charset =" UTF-8" />
13
+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
13
14
<meta
14
15
name =" description"
15
16
content =" Concorida University, Nebraska Competitive Programming and Software Development Team's Escape Room: Bombordia's Least Favorite Professor"
16
17
/>
17
- </Head >
18
+ <title >Concordia Programming Team - Escape Room</title >
19
+ </head >
18
20
<body class =" flex flex-col justify-between" >
19
21
<Navbar />
20
22
<section class =" relative" id =" hero" >
You can’t perform that action at this time.
0 commit comments