Skip to content

Commit 00f64ed

Browse files
committed
Initial test
2 parents a167160 + f3d0c97 commit 00f64ed

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22
<html>
33

44
<head>
5+
<<<<<<< HEAD
56
<title>Think in SQL: A Standards-First Guide with PostgreSQL Context</title>
7+
=======
8+
<title>OER - Kurssammlung Test 1</title>
9+
>>>>>>> f3d0c97b9baaf8f931d66a11d2124c6605bda93d
610
<script type="application/ld+json">
711
{
812
"@context": "http://schema.org/",
913
"@type": "ItemList",
1014
"itemListElement": [],
15+
<<<<<<< HEAD
1116
"name": "Think in SQL: A Standards-First Guide with PostgreSQL Context"
17+
=======
18+
"name": "OER - Kurssammlung Test 1",
19+
"description": "Arbeitsgruppe Softwareentwicklung und Robotik (TU Freiberg)"
20+
>>>>>>> f3d0c97b9baaf8f931d66a11d2124c6605bda93d
1221
}
1322
</script>
1423
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -90,7 +99,14 @@
9099
<section class="py-5 text-center container">
91100
<div class="row py-lg-5">
92101
<div class="col-lg-6 col-md-8 mx-auto">
102+
<<<<<<< HEAD
93103
<h1 class="fw-light">Think in SQL: A Standards-First Guide with PostgreSQL Context</h1>
104+
=======
105+
<h1 class="fw-light"><span style="background-color: rgba(0,106,179,0.75); padding: 5px; color: white">
106+
OER - Kurssammlung Test 1
107+
</span>
108+
</h1>
109+
>>>>>>> f3d0c97b9baaf8f931d66a11d2124c6605bda93d
94110

95111
<p class="lead text-muted"></p>
96112
<select id="categorySelect" class="form-select" aria-label="Default select example" onchange="addCategoryChip(this.value)">

0 commit comments

Comments
 (0)