mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18: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>
|
||||
<body>
|
||||
<section class='flex-container'>
|
||||
<div class='container'>
|
||||
<div class='container animate__animated animate__fadeIn'>
|
||||
<h1>Generate</h1>
|
||||
<form>
|
||||
<input placeholder='Message' name='message' id='message'/><br> <!--Message-->
|
||||
|
|
Loading…
Reference in a new issue