Sign in
gem5
/
public
/
gem5-website
/
ca5b70f18b6119e7dfcc43e834300da9bf299b8a
/
.
/
_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>