mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-02-16 10:40:51 +00:00
24 lines
815 B
HTML
24 lines
815 B
HTML
<!doctype html>
|
|
<html lang="en" style="overflow-x: hidden;">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/ico+xml" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>BeamMP Website</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
<noscript>
|
|
<em><strong
|
|
>We're sorry but BeamMP Website doesn't work properly without JavaScript
|
|
enabled. Please enable it to continue.</strong
|
|
></em>
|
|
|
|
<p>
|
|
In the meantime, if you are looking to get started with BeamMP you can check out our <a href="https://forum.beammp.com/">forum</a> and our <a href="https://discord.gg/beammp">Discord server</a>.
|
|
</p>
|
|
</noscript>
|
|
</body>
|
|
</html>
|