Changes for page Presentation Test Page
Last modified by Erik Bakker on 2024/07/30 14:39
From version 29.1
edited by Erik Bakker
on 2024/07/30 12:07
on 2024/07/30 12:07
Change comment:
There is no comment for this version
To version 34.1
edited by Erik Bakker
on 2024/07/30 14:21
on 2024/07/30 14:21
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -42,42 +42,40 @@ 42 42 43 43 == Current slide == 44 44 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 - 74 -<p class=MsoNormal><span style='mso-no-proof:yes'><img width=605 height=341 75 -src="Test%20Slide%20-%20HTML_files/image002.png" v:shapes="Graphic_x0020_1"><![endif]></span></p> 76 - 77 -</div> 78 - 46 + 47 +{{html}}<html> 48 +<body> 49 + 50 + <!-- Define the slideshow container --> 51 + <div id="slideshow"> 52 + <div class="slide-wrapper"> 53 + 54 + <!-- Define each of the slides 55 + and write the content --> 56 + 57 + <div class="slide"> 58 + <h1 class="slide-number"> 59 + GeeksforGeeks 60 + </h1> 61 + </div> 62 + <div class="slide"> 63 + <h1 class="slide-number"> 64 + A computer science portal 65 + </h1> 66 + </div> 67 + <div class="slide"> 68 + <h1 class="slide-number"> 69 + This is an example of 70 + </h1> 71 + </div> 72 + <div class="slide"> 73 + <h1 class="slide-number"> 74 + Slideshow with HTML and CSS only 75 + </h1> 76 + </div> 77 + </div> 78 + </div> 79 79 </body> 80 - 81 -</html> 82 - 83 -{{/html}} 80 + 81 +</html>{{/html}}