// © XlXi 2021 // Graphictoria 5 import React, { useEffect } from "react"; import { Link } from "react-router-dom"; import SetTitle from "../Helpers/Title.js"; import SocialCard from "../Components/Landing/SocialCard.js"; import { user } from "../helpers/utils.js"; const Home = (props) => { useEffect(()=>{ SetTitle(); }, []) 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 };