mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
16 lines
577 B
HTML
16 lines
577 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Borderlands 3 Skill Planner</title>
|
|
<meta charset="utf-8"/>
|
|
<meta name="theme-color" content="#1e88e5"/>
|
|
<meta name="mobile-web-app-capable" content="yes"/>
|
|
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<meta name="description" content="Unofficial Borderlands 3 skill planner"/>
|
|
<link rel="shortcut icon" href="/assets/favicon.png"/>
|
|
<link rel="manifest" href="/assets/manifest.json"/>
|
|
</head>
|
|
<body id="app">
|
|
</body>
|
|
</html>
|