IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Browse Source

One final touch

master
parent
commit
b51213001f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      example/gitea-disable/files/403.html

+ 2
- 1
example/gitea-disable/files/403.html View File

@@ -1,10 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/vendor/plugins/fomantic/semantic.min.css" />
<link rel="stylesheet" type="text/css" href="/css/index.css" />
</head>
<body>
<div style="border-radius: .28571429rem; border-width: 1px; border-style: solid; border-color: rgba(34, 36, 38, 0.15); padding: 1em;">
<div style="margin: 1em; border-radius: .28571429rem; border-width: 1px; border-style: solid; border-color: rgba(34, 36, 38, 0.15); padding: 1em;">
<h1>403 Forbidden</h1>
<p>Issues, Releases and Wiki are disabled for forked repositories. Please use the source repository for those.</p>
<p><a href="javascript:history.back()">Go Back</a></p>


Loading…
Cancel
Save