move css to html

This commit is contained in:
cupcakearmy 2021-06-09 12:12:23 +02:00
parent beb5572fb7
commit 447726e6cc
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 1 additions and 2 deletions

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<title>Settings</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<link href="../base.css" rel="stylesheet" charset="utf-8" />
</head>
<body>
<main></main>

View File

@ -1,8 +1,6 @@
import React from 'react'
import { render } from 'react-dom'
import '../base.css'
import About from './About'
import Settings from './Settings'
import Footer from './Footer'