mirror of
https://github.com/neocities/neocities.git
synced 2025-08-27 11:23:28 +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'
|
erb :'dmca'
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/dmca/contact_info' do
|
|
||||||
content_type :json
|
|
||||||
{data: erb(:'dmca/contact_info', layout: false)}.to_json
|
|
||||||
end
|
|
||||||
|
|
||||||
post '/dmca/contact' do
|
post '/dmca/contact' do
|
||||||
@title = 'DMCA'
|
@title = 'DMCA'
|
||||||
@errors = []
|
@errors = []
|
||||||
|
|
|
@ -50,12 +50,4 @@
|
||||||
<input class="btn-Action" type="submit" value="Send">
|
<input class="btn-Action" type="submit" value="Send">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div id="contactInfo"></div>
|
|
||||||
</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