Skip to content
Snippets Groups Projects
Commit ae3ba2fd authored by omaralaqtash's avatar omaralaqtash
Browse files

add a video

parent 837026f0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,6 +9,7 @@ pandoc -s -t html -c omar.css final-project.md -o final-project.html
pandoc -s -t html -c omar.css shopbot.md -o shopbot.html
pandoc -s -t html -c omar.css electronics_production.md -o electronics_production.html
pandoc -s -t html -c omar.css 3D_printing_scanning.md -o 3D_printing_scanning.html
pandoc -s -t html -c omar.css video.md -o video.html
echo "all files converted to html"
if [ "$#" -gt 0 ]
then
......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="omar.css" type="text/css" />
</head>
<body>
<video width="1280" height="720" controls>
<source src=" ./video.mp4" type="video/mp4">
</video>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment