Changes for page Presentation Test Page
Last modified by Erik Bakker on 2024/07/30 14:39
From version 32.1
edited by Erik Bakker
on 2024/07/30 12:14
on 2024/07/30 12:14
Change comment:
There is no comment for this version
To version 36.1
edited by Erik Bakker
on 2024/07/30 14:22
on 2024/07/30 14:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -42,45 +42,45 @@ 42 42 43 43 == Current slide == 44 44 45 + 46 + 45 45 {{html}} 46 -<html xmlns:v="urn:schemas-microsoft-com:vml" 47 -xmlns:o="urn:schemas-microsoft-com:office:office" 48 -xmlns:w="urn:schemas-microsoft-com:office:word" 49 -xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" 50 -xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" 51 -xmlns="http://www.w3.org/TR/REC-html40"> 52 52 53 -<head> 54 -<meta http-equiv=Content-Type content="text/html; charset=windows-1252"> 55 -<meta name=ProgId content=Word.Document> 56 -<meta name=Generator content="Microsoft Word 15"> 57 -<meta name=Originator content="Microsoft Word 15"> 58 -<link rel=File-List href="Test%20Slide%20-%20HTML_files/filelist.xml"> 59 -<link rel=Edit-Time-Data href="Test%20Slide%20-%20HTML_files/editdata.mso"> 60 -<link rel=themeData href="Test%20Slide%20-%20HTML_files/themedata.thmx"> 61 -<link rel=colorSchemeMapping 62 -href="Test%20Slide%20-%20HTML_files/colorschememapping.xml"> 63 - 64 -<style> 65 - 66 -</style> 67 - 68 -</head> 69 - 70 -<body lang=NL style='tab-interval:35.4pt;word-wrap:break-word'> 71 - 72 -<div class=WordSection1> 73 - <label> 74 - 226 - Alerting Alchemy 75 - 76 -<p class=MsoNormal><span style='mso-no-proof:yes'><img width=605 height=341 77 -src=/bin/download/Main/Images/General/WebHome/main-background-slide-emagiz.png v:shapes="Graphic_x0020_1"><![endif]></span></p> 78 - 79 - </label> 80 -</div> 81 - 49 +<html> 50 +<body> 51 + 52 + <!-- Define the slideshow container --> 53 + <div id="slideshow"> 54 + <div class="slide-wrapper"> 55 + 56 + <!-- Define each of the slides 57 + and write the content --> 58 + 59 + <div class="slide"> 60 + <h1 class="slide-number"> 61 + GeeksforGeeks 62 + </h1> 63 + </div> 64 + <div class="slide"> 65 + <h1 class="slide-number"> 66 + A computer science portal 67 + </h1> 68 + </div> 69 + <div class="slide"> 70 + <h1 class="slide-number"> 71 + This is an example of 72 + </h1> 73 + </div> 74 + <div class="slide"> 75 + <h1 class="slide-number"> 76 + Slideshow with HTML and CSS only 77 + </h1> 78 + </div> 79 + </div> 80 + </div> 82 82 </body> 83 - 82 + 84 84 </html> 85 85 86 86 {{/html}} 86 +