-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathtextPresentation.html
16 lines (16 loc) · 1021 Bytes
/
textPresentation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head> <title> Text Presentation </title>
</head>
<body>
<h2> Web Development </h2>
<blockquote align="justify">
<i>
Depending on how you obtained the Windows software, this is a license agreement between (i) you and the device manufacturer or software installer that distributes the software with your device; or (ii) you and Microsoft Corporation (or, based on where you live or, if a business, where your principal place of business is located, one of its affiliates) if you acquired the software from a retailer.
</i>
</blockquote>
<p align="justify">
Depending on how you obtained the Windows software, this is a license agreement between (i) you and the device manufacturer or software installer that distributes the software with your device; or (ii) you and Microsoft Corporation (or, based on where you live or, if a business, where your principal place of business is located, one of its affiliates) if you acquired the software from a retailer.
</p>
</body>
</html>