citra-emu
/
citra-web
Archived
1
0
Fork 0

Update single.html (#192)

This commit is contained in:
sakuramipha 2023-09-10 06:53:35 +01:00 committed by GitHub
parent 3b9a905dc6
commit 7696754ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -1,17 +1,4 @@
{{ define "main" }}
<div class="alert alert-warning">
<div class="row">
<div class="col-md-2">
<strong>Read First!</strong>
</div>
<div class="col-md-10">
<p>The below wiki article is based on user submitted content.<br>
Please verify <strong>all</strong> hyperlinks and terminal commands below!</p>
See a mistake? Want to contribute? <a href="https://github.com/citra-emu/citra/wiki/{{ .File.BaseFileName }}/_edit/">Edit this article on Github</a>
</div>
</div>
</div>
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end }}