Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bielefeld-CeBiTec
Commits
baa7ef84
Commit
baa7ef84
authored
6 months ago
by
Kathleen Susat
Browse files
Options
Downloads
Patches
Plain Diff
upload text notebook
parent
e885ffc6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/contents/notebook.tsx
+8
-2
8 additions, 2 deletions
src/contents/notebook.tsx
with
8 additions
and
2 deletions
src/contents/notebook.tsx
+
8
−
2
View file @
baa7ef84
...
...
@@ -2,6 +2,7 @@
import
{
useEffect
}
from
"
react
"
;
import
{
useLocation
}
from
"
react-router-dom
"
;
import
{
openFromOtherPage
}
from
"
../components/Buttons
"
;
import
H1
from
"
../components/headings
"
;
export
function
Notebook
()
{
const
location
=
useLocation
();
...
...
@@ -35,9 +36,14 @@ export function Notebook() {
<>
<
div
className
=
"row mt-4"
>
<
div
className
=
"col-lg-8"
>
<
strong
>
<
h1
>
Ich bin ein Header!
</
h1
>
</
strong
>
<
i
>
<
p
>
Ich bin ein Paragraph.
</
p
>
</
i
>
</
div
>
</
div
>
</>
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment