This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Yes, I'm using Ubuntu Desktop. it's ALREADY bloated... | |
# If you prefer other OS, i think that's totally okay | |
FROM ubuntu:noble | |
# Install dependencies, both 32-bit and 64-bit | |
# https://wiki.winehq.org/Building_Wine#Satisfying_Build_Dependencies | |
RUN dpkg --add-architecture i386 && \ | |
apt-get update && \ | |
apt-get install -y \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="ko"> | |
<head> | |
<meta charset="UTF-8"/> | |
<title>제목</title> | |
<link rel="stylesheet" href="assets/main.css"> | |
</head> | |
<body> | |
<div class="wrapper"> |