]> git.localhorst.tv Git - alttp.git/blob - pages/NotFound.js
add known bot
[alttp.git] / pages / NotFound.js
1 import React from 'react';
2
3 const NotFound = () => <div>
4         <h1>Not Found</h1>
5         <p>Sorry</p>
6 </div>;
7
8 export default NotFound;