Commit 33b26b11 authored by Fabian Dewantara Santonie's avatar Fabian Dewantara Santonie 🕊

Menambahkan tampilan pada file Java Latihan 3

parent ff311fd3
......@@ -40,6 +40,10 @@ public class Latihan3 extends HttpServlet {
out.println("<html>");
out.println("<head>");
out.println("<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Audiowide\">");
out.println("<style>");
out.println("body { font-family: \"Audiowide\", sans-serif;}");
out.println("</style>");
out.println("<title>Servlet Greetings</title>");
out.println("</head>");
out.println("<body>");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment