// © XlXi 2021 // Graphictoria 5 import React from "react"; import { Link } from "react-router-dom"; import SetTitle from "../Helpers/Title.js"; import SocialCard from "../Components/Landing/SocialCard.js"; class Home extends React.Component { componentDidMount() { SetTitle(); } render() { return ( <>

Graphictoria

Graphictoria aims to revive the classic Roblox experience. Join 7k+ other users and relive your childhood!

* Graphictoria is not affiliated with, endorsed by, or sponsored by Roblox Corporation.

Create your account

So what is Graphictoria?

Ever wanted to experience or revisit classic Roblox? Graphictoria provides the platform for everyone to relive the classic Roblox experience.

Social Links

); } } export { Home };