mirror of
https://github.com/neocities/neocities.git
synced 2025-08-26 19:03:26 +02:00
remove old address from dmca
This commit is contained in:
parent
1c3e4f5865
commit
36868837fb
3 changed files with 0 additions and 28 deletions
|
@ -3,11 +3,6 @@ get '/dmca' do
|
|||
erb :'dmca'
|
||||
end
|
||||
|
||||
get '/dmca/contact_info' do
|
||||
content_type :json
|
||||
{data: erb(:'dmca/contact_info', layout: false)}.to_json
|
||||
end
|
||||
|
||||
post '/dmca/contact' do
|
||||
@title = 'DMCA'
|
||||
@errors = []
|
||||
|
|
|
@ -50,12 +50,4 @@
|
|||
<input class="btn-Action" type="submit" value="Send">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<div id="contactInfo"></div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$.get('/dmca/contact_info', function(res) {
|
||||
$('#contactInfo').html(res.data)
|
||||
})
|
||||
</script>
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
<h2>Alternate Contact Information</h2>
|
||||
<h3>Mailing Address</h3>
|
||||
<p>
|
||||
Neocities
|
||||
<br>
|
||||
ATTN: DMCA
|
||||
<br>
|
||||
818 SW 3rd Avenue #221-2147
|
||||
<br>
|
||||
Portland, OR 97204-2405
|
||||
</p>
|
||||
<h3>Phone</h3>
|
||||
<p>
|
||||
1-503-395-0010
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue