mirror of
https://github.com/ComputerTech312/ElitePaste.git
synced 2024-12-05 11:32:38 +00:00
Renamed everything ElitePaste to TechPaste
This commit is contained in:
parent
32fb8fff29
commit
b1b7c59229
2 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@
|
|||
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js"></script>
|
||||
<script src="{{ url_for('static', filename='crypto.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='client.js') }}"></script>
|
||||
<title>ElitePaste</title>
|
||||
<title>TechPaste</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
ElitePaste
|
||||
TechPaste
|
||||
</div>
|
||||
<noscript>
|
||||
<p class="container">You don't have javascript enabled, and this site requires Javascript to create and view pastes.</p>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
ElitePaste
|
||||
TechPaste
|
||||
</div>
|
||||
<main>
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in a new issue