Last change
on this file since 1183 was 1182, checked in by iritscen, 19 months ago |
ValExtLinks: Added special code for checking OneDrive file links. Added some safety code around 'curl' usage on YT and OneDrive link checks. Fix logic error with handling the wildcard in a URL.
|
File size:
528 bytes
|
Rev | Line | |
---|
[1182] | 1 | <!DOCTYPE html>
|
---|
| 2 | <html>
|
---|
| 3 | <head>
|
---|
| 4 | <meta charset="utf-8" />
|
---|
| 5 | <title>OneDrive - Error</title>
|
---|
| 6 | <link href="/Content/error.css" rel="stylesheet"/>
|
---|
| 7 |
|
---|
| 8 | </head>
|
---|
| 9 | <body>
|
---|
| 10 | <div class="header">
|
---|
| 11 | <a href="/">OneDrive</a>
|
---|
| 12 | </div>
|
---|
| 13 | <div class="content">
|
---|
| 14 |
|
---|
| 15 |
|
---|
| 16 |
|
---|
| 17 |
|
---|
| 18 | <hgroup>
|
---|
| 19 | <h1>Sorry, something went wrong</h1>
|
---|
| 20 | </hgroup>
|
---|
| 21 | <p>An error occurred while processing your request.</p>
|
---|
| 22 | <!--<form action="/" method="GET">
|
---|
| 23 | <button type="submit">
|
---|
| 24 | <span></span>
|
---|
| 25 | </button>
|
---|
| 26 | </form>-->
|
---|
| 27 |
|
---|
| 28 | </div>
|
---|
| 29 | </body>
|
---|
| 30 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.