Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <!DOCTYPE html>
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9.     <head>
  10.         <title>TODO supply a title</title>
  11.         <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  12.     </head>
  13.     <body>
  14.          <h1>ZTP_AgnieszkaRyznar_zad2.JSF</h1>
  15.         <h4> Punkty: A(#{line.x1},#{line.y1}), B(#{line.x2},#{line.y2})</h4>
  16.         <h4> Równanie prostej : y=#{line.a}x + #{line.b}</h4>
  17.        
  18.     </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement