mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-29 19:54:26 +02:00
70 lines
2.1 KiB
HTML
70 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>__title_placeholder__</title>
|
|
|
|
<style>
|
|
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body {
|
|
font-family: var(--font-stack-text);
|
|
font-weight: 400;
|
|
line-height: 1.4;
|
|
font-size: 1.6rem;
|
|
color: #2d2f31;
|
|
}
|
|
.container {
|
|
position: relative;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
}
|
|
.content {
|
|
padding: 3.2rem 4.8rem;
|
|
word-break: break-word;
|
|
max-width: 69.6rem;
|
|
margin: 0 auto;
|
|
}
|
|
.heading {
|
|
margin-bottom: 24px;
|
|
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif,
|
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
font-weight: 700;
|
|
line-height: 1.2;
|
|
letter-spacing: 0;
|
|
font-size: 32px;
|
|
max-width: 36em;
|
|
}
|
|
.article-asset-container {
|
|
padding: 2.4rem;
|
|
}
|
|
.article-asset-container p {
|
|
font-size: 19px;
|
|
}
|
|
code {
|
|
background-color: #fff;
|
|
border: 1px solid #d1d7dc;
|
|
color: #b4690e;
|
|
font-size: 80%;
|
|
padding: 0.2rem 0.4rem;
|
|
font-family: sfmono-regular, Consolas, liberation mono, Menlo, Courier, monospace;
|
|
}
|
|
p {
|
|
font-weight: 400;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="content">
|
|
<div class="heading">__title_placeholder__</div>
|
|
<div class="article-asset-container">__data_placeholder__</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|