Teste de PR 11 #16
3 changed files with 3 additions and 6 deletions
|
|
@ -1,4 +1 @@
|
||||||
curl -X POST "https://forgejo-olymp.duckdns.org/api/v1/user/repos" \
|
curl -X POST "https://forgejo-olymp.duckdns.org/api/v1/user/repos" H "Content-Type: application/json" H "Authorization: token f98559994ee6cc839efa2f8ba0aae66fb5efe3c3" -d '{"name": "portal-app", "private": false}'
|
||||||
-H "Content-Type: application/json" \
|
|
||||||
-H "Authorization: token f98559994ee6cc839efa2f8ba0aae66fb5efe3c3" \
|
|
||||||
-d '{"name": "portal-app", "private": false}'
|
|
||||||
|
|
@ -3,7 +3,7 @@ import * as React from 'react'
|
||||||
const App: React.FC = () => {
|
const App: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<h1>Hello</h1>
|
<h1>Novo teste de PR 11</h1>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
color: rgba(188, 82, 197, 0.87);
|
color: rgba(10, 27, 179, 0.87);
|
||||||
background-color: #242424;
|
background-color: #242424;
|
||||||
|
|
||||||
font-synthesis: none;
|
font-synthesis: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue