mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +00:00
move css to html
This commit is contained in:
parent
beb5572fb7
commit
447726e6cc
@ -4,6 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>Settings</title>
|
<title>Settings</title>
|
||||||
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
|
||||||
|
<link href="../base.css" rel="stylesheet" charset="utf-8" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main></main>
|
<main></main>
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { render } from 'react-dom'
|
import { render } from 'react-dom'
|
||||||
|
|
||||||
import '../base.css'
|
|
||||||
|
|
||||||
import About from './About'
|
import About from './About'
|
||||||
import Settings from './Settings'
|
import Settings from './Settings'
|
||||||
import Footer from './Footer'
|
import Footer from './Footer'
|
||||||
|
Loading…
Reference in New Issue
Block a user