Skip to content

Commit

Permalink
links between files
Browse files Browse the repository at this point in the history
  • Loading branch information
hubnern committed Jun 10, 2024
1 parent 92965f7 commit b514206
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 20 deletions.
15 changes: 13 additions & 2 deletions static/diff/viewer0.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer-1.html">prev</a>
<a href="viewer1.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down
15 changes: 13 additions & 2 deletions static/diff/viewer1.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer0.html">prev</a>
<a href="viewer2.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down
15 changes: 13 additions & 2 deletions static/diff/viewer2.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer1.html">prev</a>
<a href="viewer3.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down
15 changes: 13 additions & 2 deletions static/diff/viewer3.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer2.html">prev</a>
<a href="viewer4.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down
15 changes: 13 additions & 2 deletions static/diff/viewer4.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer3.html">prev</a>
<a href="viewer5.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down
15 changes: 13 additions & 2 deletions static/diff/viewer5.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer4.html">prev</a>
<a href="viewer6.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down
15 changes: 13 additions & 2 deletions static/diff/viewer6.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer5.html">prev</a>
<a href="viewer7.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down
15 changes: 13 additions & 2 deletions static/diff/viewer7.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer6.html">prev</a>
<a href="viewer8.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down
15 changes: 13 additions & 2 deletions static/diff/viewer8.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer7.html">prev</a>
<a href="viewer9.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down
15 changes: 13 additions & 2 deletions static/diff/viewer9.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

iframe {
height: calc(100% - 4em);
height: calc(100% - 5.5em);
width: 100%;
}

Expand All @@ -24,14 +24,25 @@
height: 100%;
}

p {
p, a {
text-align: center;
font-family: sans-serif;
}
#links {
display: flex;
justify-content: center;
}
a {
margin: 0 1em;
}
</style>
</head>

<body>
<div id="links">
<a href="viewer8.html">prev</a>
<a href="viewer10.html">next</a>
</div>
<div id="diffs">
<div>
<p id="p1"></p>
Expand Down

0 comments on commit b514206

Please sign in to comment.