Sign in
gem5
/
public
/
gem5-website
/
fc8c50129f8f1fefc3e73d45e0266f0f263da44f
/
.
/
_layouts
/
page.html
blob: 385c41dec24527ee6feeab014304488756fef308 [
file
] [
log
] [
blame
]
---
layout: default
---
<br><br>
<div
class
=
"container"
>
<h1
class
=
"title"
>
{{ page.title }}
</h1>
<br>
{{ content }}
</div>
<!-- button to scroll to top of page -->
<button
onclick
=
"
topFunction
()
"
id
=
"myBtn"
title
=
"Go to top"
>
△
</button>