Skip to content
Snippets Groups Projects
Forked from monero-project / monero-site
707 commits behind the upstream repository.
  • QuickBASIC's avatar
    5d434aa4
    minor spelling/grammar revisions · 5d434aa4
    QuickBASIC authored
    * grammar:
        * a/an
        * repeated words
        * fragmented sentences
        * possesion
        * run on sentences
        * commas for prepositional phrases
        * is/are conjugations
        * was/were
        * its/it's
        * capitalizing proper nouns (Monero, Bitcoin, etc)
        * formatting (removed linefeeds in middle of sentences)
        * can not/cannot
        * removed commas improperly before conjunctions
    * spelling:
        * programmatically
        * hashrate
        * transferring
        * scalability
        * separate
        * transactions
        * additionally
        * particular
        * profitability
        * recommended
        * explicitly
        * separator
        * block
        * drawback
        * favorite
    * spelling (br/us)
        * internationalization
        * specialized
        * analyze
        * centralized
        * decentalized
        * memorizing
        * synchronization
        * synchronized
    5d434aa4
    History
    minor spelling/grammar revisions
    QuickBASIC authored
    * grammar:
        * a/an
        * repeated words
        * fragmented sentences
        * possesion
        * run on sentences
        * commas for prepositional phrases
        * is/are conjugations
        * was/were
        * its/it's
        * capitalizing proper nouns (Monero, Bitcoin, etc)
        * formatting (removed linefeeds in middle of sentences)
        * can not/cannot
        * removed commas improperly before conjunctions
    * spelling:
        * programmatically
        * hashrate
        * transferring
        * scalability
        * separate
        * transactions
        * additionally
        * particular
        * profitability
        * recommended
        * explicitly
        * separator
        * block
        * drawback
        * favorite
    * spelling (br/us)
        * internationalization
        * specialized
        * analyze
        * centralized
        * decentalized
        * memorizing
        * synchronization
        * synchronized
index.md 864 B
layout: error
title: "Error 404, Page Not Found"
404
<div class="top-left">
		<div class="not-found-text">
			<h1 class="not-found-text">Oh no! We couldn't find anything for that link!</h1>
		</div>
</div>

<div class="planet">
	<div class="dog-wrapper">
		<div class="dog"></div>
		<div class="dog-bubble"></div>

		<div class="bubble-options">
			{% for data_talk in site.data.dogtalk %}
			<p class="dog-bubble">
				{{ data_talk.bubble }}
			</p>
			{% endfor %}
		</div>
	</div>

	<img src="/404/images/planet.png" alt="planet" />
</div>