Working on layout, tilegrid
This commit is contained in:
@@ -4,6 +4,16 @@ import React from 'react';
|
||||
// Home page for siren
|
||||
export default function Page() {
|
||||
return (
|
||||
// <div>
|
||||
// <p>Siren is a Dungeon Master's best friend.</p>
|
||||
// <h2>Features:</h2>
|
||||
// <ul>
|
||||
// <li>Manage your campaign and players</li>
|
||||
// <li>Create battlemaps on the fly and track initiative</li>
|
||||
// <li>Connect the Discord Bot to play online with friends</li>
|
||||
// <li>Reference Races, Classes, Items, Spells, and more</li>
|
||||
// </ul>
|
||||
// </div>
|
||||
<div style={{ overflow: 'hidden' }}>
|
||||
<TileGrid />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user