ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Validate External Links/Development/OneDrive - file deleted.txt
Revision: 1182
Committed: Sun May 7 19:53:19 2023 UTC (2 years, 5 months ago) by iritscen
Content type: text/plain
File size: 528 byte(s)
Log Message:
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 Contents

# Content
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>