Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE HTML><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Amazon Bedrock</title><meta xmlns="" name="subtitle" content="API Reference"><meta xmlns="" name="abstract" content="Details about operations and parameters in the Amazon Bedrock API Reference"><meta http-equiv="refresh" content="10;URL=welcome.html"><script type="text/javascript"><!--
|
||||
var myDefaultPage = "welcome.html";
|
||||
var myPage = document.location.search.substr(1);
|
||||
var myHash = document.location.hash;
|
||||
|
||||
if (myPage == null || myPage.length == 0) {
|
||||
myPage = myDefaultPage;
|
||||
} else {
|
||||
var docfile = myPage.match(/[^=\;\/?:\s]+\.html/);
|
||||
if (docfile == null) {
|
||||
myPage = myDefaultPage;
|
||||
} else {
|
||||
myPage = docfile + myHash;
|
||||
}
|
||||
}
|
||||
self.location.replace(myPage);
|
||||
--></script></head><body></body></html>
|
||||
Reference in New Issue
Block a user