3065416c93
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
The SCSS that we took from Foundkey in a previous commit, is now working The settings for disabling MFM or only show animation on hover are working The previous representation also works and it's clearly marked in the code what is legacy All the MFM SCSS is now located in one file specifically for MFM, ./src/components/status_content/mfm.scss This is only SCSS: * The variables who are provided as data-attributes are not working yet * `sparkle` also doesn't work
21 lines
796 B
HTML
21 lines
796 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
|
<title>Akkoma</title>
|
|
<link rel="stylesheet" href="/static/font/tiresias.css">
|
|
<link rel="stylesheet" href="/static/font/css/lato.css">
|
|
<link rel="stylesheet" href="/static/custom.css">
|
|
<link rel="stylesheet" href="/static/theme-holder.css" id="theme-holder">
|
|
<!--server-generated-meta-->
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
</head>
|
|
<body class="hidden">
|
|
<noscript>To use Akkoma, please enable JavaScript.</noscript>
|
|
<div id="app"></div>
|
|
<div id="modal"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|