import React from 'react'; import { Link } from 'react-router-dom'; import API from './SpreadsheetData'; import { Donate } from './Snippets'; export default function Base({ children }) { // Configuration for the language and background // Images managed in css file const language = "ENG"; const bkgrnd = "05"; return ( <>
{children}


©2008 Chaotic USA Entertainment Group, Inc.
U.S. Pat 5810666 and 5954332 and other pending patent applications. All Rights Reserved.
); }