mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
web
This commit is contained in:
parent
d1e834ad86
commit
0c6a17234f
2 changed files with 11 additions and 1 deletions
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"liveServer.settings.port": 5501,
|
||||||
|
"liveSassCompile.settings.formats": [
|
||||||
|
{
|
||||||
|
"format": "expanded",
|
||||||
|
"extensionName": ".css",
|
||||||
|
"savePath": "/src/web/dist"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -24,7 +24,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class='flex-container'>
|
<section class='flex-container'>
|
||||||
<div class='container'>
|
<div class='container animate__animated animate__fadeIn'>
|
||||||
<h1>Generate</h1>
|
<h1>Generate</h1>
|
||||||
<form>
|
<form>
|
||||||
<input placeholder='Message' name='message' id='message'/><br> <!--Message-->
|
<input placeholder='Message' name='message' id='message'/><br> <!--Message-->
|
||||||
|
|
Loading…
Reference in a new issue