Skip to content

Commit 7a76b7c

Browse files
committed
app: add a static link to an example log
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
1 parent 3107c5d commit 7a76b7c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
</div>
1616
<a href="https://github.com/theihor/bpfvv/blob/master/HOWTO.md" class="howto-link" target="_blank">HOWTO.md</a>
1717
</div>
18+
<a href="/?url=https://gist.githubusercontent.com/theihor/1bea72b50f6834c00b67a3087304260e/raw/9c0cb831a4924e5f0f63cc1e0d9620aec771d31f/pyperf600-v1.log" class="example-link">Click here to load a log example</a>
1819
<div class="navigation-panel">
1920
<label for="goto-line">Go to:</label>
2021
<input type="text" id="goto-line" placeholder="line number">

styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ body {
164164
margin: 4px 0;
165165
text-decoration: none;
166166
color: #0066cc;
167-
font-size: 16px;
167+
font-size: 18px;
168168
text-align: right;
169+
font-weight: bold;
169170
}
170171

171172
.howto-link:hover {

0 commit comments

Comments
 (0)