diff options
-rw-r--r-- | english-uprak/index.html | 1 | ||||
-rw-r--r-- | style.css | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/english-uprak/index.html b/english-uprak/index.html index de7988f..7589955 100644 --- a/english-uprak/index.html +++ b/english-uprak/index.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <title>UPRAK English • altaf-links</title> + <link rel="stylesheet" href="/style.css"> </head> <body> <h1>altaf-links: English Practical Examination for Altaf, 9B.</h1> @@ -0,0 +1,3 @@ +* { + font-family: sans-serif; +} |