You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
472 B
JavaScript

import './Terms.css';
function App() {
return (
<div className="splash pt-2" id="stats">
<div className="container-fluid">
<div className="row justify-content-center">
<div className="col-12 text-center">
<h1 className="pt-4">Terms of Service</h1>
<p className="pb-4"><i class="nes-icon is-small heart"></i>&#160;fuck the police&#160;<i class="nes-icon is-small heart"></i></p>
</div>
</div>
</div>
</div>
);
}
export default App;