#Is it possible to somehow insert a clean html into the page?
3 messages · Page 1 of 1 (latest)
By pure HTML I mean:
<!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&family=Black+Ops+One&display=swap" rel="stylesheet">
<style>
body {
background: #111;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
}
there are ways but if you don't know how to do it it's a bad idea. for what reason do you need to have raw HTML? in most cases you do not require it.