import Link from 'next/link' import standardStyles from '../styles/standard.module.css' export default function Page() { return (

{`eeXiv is a project hosted by Team 1280 EECS ("Electrical Engineering and Computer Science"), independent of the department of the same name at`}{' '} UC Berkeley. We aim to rival arXiv as the single largest open-source and open-access research paper repository. eeXiv is{' '} open-source and{' '} licensed {' '} under the GNU General Public License.

) }